Ben píše v Po 16. 05. 2011 v 14:00 -0700: > I am trying to package up a program on Windows 7 with the recently > released PyInstaller 1.5. The program runs fine when I use it in the > un-packaged version, so I know that all my dependencies (which include > Qt, PyQt, and matplotlib) are available to my python interpreter > (version 2.7). Separately, I can also package it under Linux and the > packaged version runs perfectly there. Under Windows, I can package it > fine, but when I try to run the built version, it immediately exits > with the traceback below. Does anyone know what I can do to fix this? > Thanks!
Could you please try latest svn version if the error is still the same? We would also appreciate a small python script with only the failing case. This would ease trying to reproduce your error. -- 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.
