Hi, thank you very much for your wrapper as once it works, it works great.
However, I spent a day fiddling with the PyQt5 example. It work as is, but the Python version is quite old so I wanted to max it out for Windows 7 (3.8.7). Turns out it could not be set above 3.7.9, else it requires more recent versions of PyQt5 and sip wheels, which breaks the install and returns a missing DLL error.
The higher versions I could get with PyQt5 and sip wheels is Python 3.7.9 with pyqt5==5.10.1 and sip==4.19.8.
In the end, to make it work with Python 3.8.7, those are the wheels I used:
Hi, thank you very much for your wrapper as once it works, it works great.
However, I spent a day fiddling with the PyQt5 example. It work as is, but the Python version is quite old so I wanted to max it out for Windows 7 (3.8.7). Turns out it could not be set above 3.7.9, else it requires more recent versions of PyQt5 and sip wheels, which breaks the install and returns a missing DLL error.
The higher versions I could get with PyQt5 and sip wheels is
Python 3.7.9
withpyqt5==5.10.1
andsip==4.19.8
. In the end, to make it work with Python 3.8.7, those are the wheels I used:Hence, I think that it would be relevant to update the PyQt5 example with more recent packages versions.