[PyQt] Fwd: qt designer bug in both pyqt4 and pyqt5 for windows

Kyle Altendorf sda at fstab.net
Sat Sep 1 01:17:29 BST 2018


If you want to try it out I got pyqt5-tools building again (including
5.11 and Python 3.7).  The build isn't complete yet but you can wait for
the artifacts to show up. 

https://ci.appveyor.com/project/KyleAltendorf/pyqt5-tools/build/555 

Cheers, 

-kyle 

On 2018-08-31 15:03, Ben Phillips wrote:

> Hi All, 
> 
> I am trying to use Qt designer but the pyqt4.dll and pyqt5.dll plugins fail to load for both pyqt4 and pyqt5 respectively. The error messages (that can be found via help->about plugins) are as follow: 
> 
> PYQT4 
> 
> Cannot load library C:/Local/Git_Repo/hyperioninfra/auto_tools/front_end/general/venv/Lib/site-packages/PyQt4/plugins/designer/pyqt4.dll: The specified module could not be found. 
> 
> PYQT5 
> 
> Cannot load library C:\Local\Git_Repo\hyperioninfra\auto_tools\front_end\test\venv\Lib\site-packages\pyqt5-tools\plugins\designer\pyqt5.dll: The specified module could not be found. 
> 
> Please see image attachments for specific info. 
> 
> I am using Python 3.6 with Windows 7. I have downloaded pyqt4 via "pip3.6 install PyQt4_windows_whl" and pyqt5 via "pip3.6 install PyQt5". For pyqt4 I used the qt designer that came with the package, and for pyqt5 I used the qt designer from pyqt5-tools which I download via "pip3.6 install pyqt5-tools". 
> 
> I think these issues are the reason I cannot integrate custom widgets written in python to the designers which is my end goal. 
> 
> Regards, 
> 
> Ben 
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> https://www.riverbankcomputing.com/mailman/listinfo/pyqt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20180831/bf48606a/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pyqt4-fail.png
Type: image/png
Size: 32927 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20180831/bf48606a/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pyqt5-fail.png
Type: image/png
Size: 16470 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20180831/bf48606a/attachment-0003.png>


More information about the PyQt mailing list