pyqtdeploy demo on Windows?

Phil Thompson phil at riverbankcomputing.com
Tue Dec 6 12:23:24 GMT 2022


On 27/11/2022 23:31, Matic Kukovec wrote:
> 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?

The current version of pyqtdeploy uses 'sip-module --version' to 
determine what version of SIP is being used.

Phil


More information about the PyQt mailing list