[Bug 1864637] Re: krop and dependencies installs without error, but does not run

2020-03-31 Thread Alex
python2 is not relevant, since krop is python3 only. The problem can be narrowed down to this code: echo -e "from popplerqt5 import Poppler" | python3.7 On my system it loads python3-pyqt5 libs from /usr/lib/python3/dist-packages/PyQt5. May be try to play with PYTHONPATH to force python3 to

[Bug 1864637] Re: krop and dependencies installs without error, but does not run

2020-03-31 Thread Brian K. White
Indeed, why does it? There are files under /usr/local/lib/python2.7 and 3.7, probably the result of pip and pip3?, but so what? Why isn't anything else broken by their existense? I don't see any python-related variables in my env exept: PYTHONPYCACHEPREFIX=/var/cache/python "python" resolves to:

[Bug 1864637] Re: krop and dependencies installs without error, but does not run

2020-03-31 Thread Alex
It looks like you python env is messed up. Why does it look for python modules in /usr/local? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1864637 Title: krop and dependencies installs without