Comment 17 for bug 1872338

Revision history for this message
Damon Lynch (dlynch3) wrote :

Thanks for the log files. That makes it much easier to figure out what the cause might be. The last known good configuration on your system was with PyQt5 5.10.1. So install that and see if it helps. Using the latest install.py script

https://launchpad.net/rapid/pyqt/0.9.22/+download/install.py

do this to install Rapid Photo Downloader 0.9.22 with PyQt5 5.10.1:

python3 install.py --PyQt5-version 5.10.1

These are plenty of versions you can try, which will be listed if you put in an invalid version:

python3 install.py --PyQt5-version 1.0

What we want to do is determine if the version of PyQt5 makes a difference or not.