[PyQt] PyQt5.6.0 wheel may be to tweak for the WebEngine part

Big Stone stonebig34 at gmail.com
Sat Jun 18 13:32:39 BST 2016


on suggestion of Carlos Cordoba, I did look at the .exe release of
PyQt5.6.0, instead of the .whl.

qt560_wheel=list_filesz(r'D:\WinPython\basedir35\buildQt5_b4\winpython-32bit-3.5.x.4\python-3.5.1\Lib\site-packages\PyQt5')

qt560_exe=list_filesz(r'D:\WinPython\basedir35\buildQt5\winpython-32bit-3.5.x.4\python-3.5.1\Lib\site-packages\PyQt5')

#set(qt560_wheel) -set(qt560_exe)

print(len(qt560_wheel), ' is different from ',len(set(qt560_exe)))


361  is different from  4875

There is a sea of difference
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160618/57dd8dc2/attachment.html>


More information about the PyQt mailing list