pyqtdeploy demo on Windows?
Matic Kukovec
kukovecmatic at hotmail.com
Sun Nov 27 23:31:16 GMT 2022
Hi guys,
Specs: Windows 10 x64, Python 3.10.4 x64, PyQt5.15.7
Trying to build the "demo" from the pyqtdeploy source code with pyqtdeploy and get this:
C:\Python310\Scripts\pyqtdeploy-build.exe pyqt-demo.pdt
Verifying host architecture 'win-64'...
Verifying target architecture 'win-64'...
OpenSSL: verifying...
zlib: verifying...
Qt: verifying...
Python: verifying...
SIP: verifying...
pyqtdeploy-build: SIP: v6.6.2 is specified but the host installation is v6.5.0.
But I have SIP 6.2.2 installed:
Python 3.10.4 (tags/v3.10.4:9d38120, Mar 23 2022, 23:13:41) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import PyQt5.sip
>>> PyQt5.sip.SIP_VERSION_STR
'6.6.2'
>>> import PyQt5.QtCore
>>> PyQt5.QtCore.PYQT_VERSION_STR
'5.15.7'
Any ideas what is happening?
Thanks,
Matic
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20221127/9202a95b/attachment.htm>
More information about the PyQt
mailing list