Hartmut, 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.
I haven't been able to track this down yet and probably won't -- the semester is starting, so my "fun time" is significantly curtailed. Bryan On Mon, Aug 13, 2012 at 10:33 AM, Bryan A. Jones <[email protected]>wrote: > Harmut, > > I'll be happy to. I'll first work on getting the fork I submitted up and > running, then do that next. > > Bryan > > > On Thu, Aug 9, 2012 at 10:56 AM, Hartmut Goebel < > [email protected]> wrote: > >> Am 09.08.2012 16:38, schrieb Bryan A. Jones: >> >> Thanks for the quick response! I tried v2.0, but still receive the >> following error when executing this line: 'form_class, base_class = >> uic.loadUiType(os.path.join(ui_path, "CodeChat.ui"))'. >> >> >> So welcome back to the QT4-hell ;-) >> >> You already work on this already, AFAIR. Would you like to take over the >> job of tracking this down? >> >> -- >> Schönen Gruß >> Hartmut Goebel >> Dipl.-Informatiker (univ), CISSP, CSSLP >> >> Goebel Consult >> http://www.goebel-consult.de >> >> Monatliche Kolumne: >> http://www.cissp-gefluester.de/2012-12-in-die-cloud-in-die-cloud-ab-wo-soll-die-sein >> Blog: http://www.goebel-consult.de/blog/20060215 >> >> Goebel Consult ist Mitglied bei http://www.7-it.de/ >> > > > > -- > Bryan A. Jones, Ph.D. > Associate Professor > Department of Electrical and Computer Engineering > 231 Simrall / PO Box 9571 > Mississippi State University > Mississippi state, MS 39762 > http://www.ece.msstate.edu/~bjones > bjones AT ece DOT msstate DOT edu > voice 662-325-3149 > fax 662-325-2298 > > Our Master, Jesus Christ, is on his way. He'll show up right on > time, his arrival guaranteed by the Blessed and Undisputed Ruler, > High King, High God. > - 1 Tim. 6:14b-15 (The Message) > > -- Bryan A. Jones, Ph.D. Associate Professor Department of Electrical and Computer Engineering 231 Simrall / PO Box 9571 Mississippi State University Mississippi state, MS 39762 http://www.ece.msstate.edu/~bjones bjones AT ece DOT msstate DOT edu voice 662-325-3149 fax 662-325-2298 Our Master, Jesus Christ, is on his way. He'll show up right on time, his arrival guaranteed by the Blessed and Undisputed Ruler, High King, High God. - 1 Tim. 6:14b-15 (The Message) -- 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.
