Bryan A. Jones píše v Pá 17. 08. 2012 v 15:05 -0500: > Doing a bit of investigation, PyQt4 generates different code from > my .ui file when frozen vs. when not frozen. In particular, it > contains 'from Qsci.qsciscintilla import QsciScintilla' when frozen > (which makes no sense) but 'from PyQt4 import Qsci` when unfrozen.
That's weird. Could it be related to any import magic in Qsci? -- 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.
