On Jun 9, 10:33 am, Giovanni Bajo <[email protected]> wrote: > 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?
Yes it is - thanks. How can I tell whether the PyQt4 hook is being used at all? Jeremy -- 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.
