> stopped on this time. Today however there are no errors at all, just
> the windows error dialog "... has stopped working", and "do you want
> to send more information [to microsoft]?"
I rediscovered the note that UPX is incompatible with pyqt4. Using the
`--noupx` parameter yields an exe that doesn't spawn the windows crash
dialog. Still doesn't work, though now I have a loose thread to pull
on to try and untangle why ;-)
{{{
d:\temp\pyinstaller>launchLeo\dist\launchLeo\launchLeo.exe
*** isPython3: False
Traceback (most recent call last):
File "<string>", line 8, in <module>
File "D:\temp\pyinstaller\launchLeo\build\pyi.win32\launchLeo
\outPYZ1.pyz\leo.
core.runLeo", line 120, in run
File "D:\temp\pyinstaller\launchLeo\build\pyi.win32\launchLeo
\outPYZ1.pyz\leo.
core.runLeo", line 472, in doPostPluginsInit
File "D:\temp\pyinstaller\launchLeo\build\pyi.win32\launchLeo
\outPYZ1.pyz\leo.
core.runLeo", line 524, in createFrame
File "D:\temp\pyinstaller\launchLeo\build\pyi.win32\launchLeo
\outPYZ1.pyz\leo.
core.leoGlobals", line 2237, in openWithFileName
File "D:\temp\pyinstaller\launchLeo\build\pyi.win32\launchLeo
\outPYZ1.pyz\leo.
core.leoGlobals", line 2372, in openWrapperLeoFile
File "D:\temp\pyinstaller\launchLeo\build\pyi.win32\launchLeo
\outPYZ1.pyz\leo.
core.leoApp", line 612, in newLeoCommanderAndFrame
File "D:\temp\pyinstaller\launchLeo\build\pyi.win32\launchLeo
\outPYZ1.pyz\leo.
plugins.qtGui", line 4203, in finishCreate
File "D:\temp\pyinstaller\launchLeo\build\pyi.win32\launchLeo
\outPYZ1.pyz\leo.
plugins.qtGui", line 7349, in createFrame
File "D:\temp\pyinstaller\launchLeo\build\pyi.win32\launchLeo
\outPYZ1.pyz\leo.
plugins.qtGui", line 2176, in construct
AssertionError
}}}
-matt
--
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.