The issue seems to be no hook for the PyQt4.QtHelp module.
Could you please create a file ./PyInstaller/hooks/hook-PyQt4.QtHelp.py
with following content?
hiddenimports = ['sip', 'PyQt4.QtCore',
'PyQt4.QtGui', 'PyQt4.QtSql',
'PyQt4.QtNetwork', 'PyQt4._qt']
Yifei Li píše v So 28. 04. 2012 v 08:30 -0400:
> Hi,
>
> QHelpEngine is used in my program. When I run the binary, I got the
> following error:
>
> QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available
> drivers:
>
> Here's what I've tried:
>
> 1. in qt4_plugins, make a directory called 'sqldrivers' 2. copy
> libqsqlite.dylib into 'sqldrivers'
>
> Any help is appreciated.
>
> Yifei
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pyinstaller?hl=en.