Ok, I just tried it with the latest svn version (r1406) and the error still occurs.
I'm not sure if I can attach a file in this list, so I've included some simple sample code below that reproduces this problem on my system. Ben ---------------- import matplotlib.pyplot as plt x = [0,1,2,3,4,5] y = [0,1,4,9,16,25] plt.plot(x, y) plt.show() ---------------- On May 16, 5:29 pm, Martin Zibricky <[email protected]> wrote: > 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.
