On Thursday 19 of September 2013 11:54:28 David Cortesi wrote:
Bundle same program using v.2.1 (using a spec file generated by 2.1) and it fails. The loader debug output is below, the key lines appear to be: LOADER: Running scripts Traceback (most recent call last): File "", line 36, in ImportError: No module named QtCore LOADER: RC: -1 from pyi_rth_qt4plugins I tried replacing that rthook with the one from v2.0 but it made no difference. Could you please try to put to the pyi_rth_qt4plugins rthook code like: from PyQt4 import QtCore QtCore.QCoreApplication.setLibraryPaths([os.path.abspath(d)]) Is it 32 or 64bit ubuntu? -- 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/groups/opt_out.
