-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.4 Pre-Release pdfstitcher fails to launch (Linux) #35
Comments
Yes, unfortunately the checkbox for the layers list needs wxpython 4.1.0 or higher. I didn't realize that it was quite so new and I rely on it for defining which layers to include in the final output. This is also a good reminder that I need to update my limited documentation! Is it just wxpython that's not working with pip? I wonder if it's conflicting with your system version somehow, though I'm guessing there are other things that depend on that. |
Okay, thanks for the explanation.
No, I don't think it's conflicting with the system version. It should be clearly separated into /usr/lib (distribution python packages), /usr/local/lib (system-wide pip install) and ~/.local/lib (local pip install). I also have other packages installed dually without issues.
Yes, this probably is the problem. wxPython do not build wheels for Linux, because it is too difficult to make them work with all different distributions (https://wxpython.org/blog/2017-08-17-builds-for-linux-with-pip/index.html). I'll get the necessary library and development packages and then retry. Hopefully the distribution-provided library versions are fine, otherwise it's getting complicated. |
It was less difficult than I though. All I had to do was install the |
Version 0.4-beta.1 (Pre-Release)
Commit: 1915b50
Platform: KDE Neon based on Ubuntu 20.04 LTS (Linux)
wxPython: distribution-provided package
python3-wxgtk4.0 (4.0.7+dfsg-2build1)
(wxpython setup from pip3 fails, so I cannot try it with a newer version)
pdfstitcher.py fails to launch:
I guess the problem is that pdfstitcher relies on a newer wxpython API than what I have installed, right?
The text was updated successfully, but these errors were encountered: