On 6/9/2010 11:01 AM, Jeremy Sanders wrote:
Hi - I'm using the latest SVN version of Pyinstaller on linux. I'm
having a problem with my PyQt4 application where it doesn't seem to be
picking up the Qt
plugins.
Pyinstaller does bundle the libQt*.so files and PyQt4.*so
files.
I'm using the one directory format rather than one file. There's no
sign of them anywhere in the
directory.
How can I debug where it is going
wrong?
See hooks/hookutils.py, function qt4_plugins_dir(). It executes the
following code:
from PyQt4.QtCore import QCoreApplication
app=QCoreApplication([])
print map(unicode,app.libraryPaths())
It then basically uses the first valid directory in that list. Is the
correct one?
--
Giovanni Bajo
Develer S.r.l.
http://www.develer.com
--
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.