In the files hook-PyQt4.Qt.py and the very similar hook-PyQt5.Qt.py, there
is a complete list of all PyQt modules as hiddenimports:
hiddenimports = ['sip',
'PyQt4.QtAssistant',
'PyQt4.QtCore',
'PyQt4.QtGui',
'PyQt4.QtNetwork',
'PyQt4.Qt3Support',
'PyQt4.QtSql',
'PyQt4.QtSvg',
'PyQt4.QtTest',
'PyQt4.QtSql',
'PyQt4.QtXml',
'PyQt4.QtWebKit',
'PyQt4.QtOpenGL',
'PyQt4._qt'
]
I can understand "sip" as a hidden import, but several of the others are
not implicit requirements of a normal app. For example QtSql, QtWebKit,
QtAssistant are specialist modules that I would think would be explicitly
imported if needed.
Does anyone know the rationale for this?
Thanks,
Dave Cortes
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.