openlp Traceback (most recent call last): File "/usr/bin/openlp", line 27, in <module> from openlp.core.common import is_win, is_macosx ModuleNotFoundError: No module named 'openlp'
Are you running the just released python 3.7? I noticed that OpenLP has issues with python 3.7. Not yet sure why. I hope an Arch package just needs rebuilding.
Comments
https://gitlab.com/thelinuxguy/pkgbuilds/blob/master/openlp/PKGBUILD#L33
You need to change the paths from python3.6 to python3.7
I've tried building it today but ran into a random segfault. I want to test a little more before updating the package...