-
Notifications
You must be signed in to change notification settings - Fork 114
Description
I spent several hours trying to install QC on a new Debian Trixie system. I tried Wine, Bottles, winetricks as well as installing from source. In the end I gave up, even though I have several files I coded earlier with QC on the Windows system which I abandoned a few days ago.
I think a flatpak or appimage would help many users greatly. I appreciate this is not trivial, but it may save the developer a lot of time spent on offering support. I suspect there are many users who won't even try using Wine or installing from source. From those who do and run into difficulties, many won't spend hours on an installation.
Here is the last error I received before I gave up:
$ python3 -m qualcoder
Error in sys.excepthook:
Traceback (most recent call last):
File "/home/mike/Downloads/QualCoder-3.7/src/qualcoder/error_dlg.py", line 94, in exception_hook
logger.error(("Uncaught exception: ") + msg + '\n' + tb)
^
NameError: name '' is not definedOriginal exception was:
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/home/mike/Downloads/QualCoder-3.7/src/qualcoder/main.py", line 46, in
from qualcoder.attributes import DialogManageAttributes
File "/home/mike/Downloads/QualCoder-3.7/src/qualcoder/attributes.py", line 28, in
from .add_attribute import DialogAddAttribute
File "/home/mike/Downloads/QualCoder-3.7/src/qualcoder/add_attribute.py", line 27, in
from .helpers import Message
File "/home/mike/Downloads/QualCoder-3.7/src/qualcoder/helpers.py", line 27, in
from PIL import Image, ImageOps, ImageFilter
ModuleNotFoundError: No module named 'PIL'