I unzipped library.zip to see what compiled python files were included
in the zip.
As in the error stacktrace the Pytz.timezone package was not part of
the library.
After manually adding it and rezipping the library I ran into another
missing module, this time it was missing backend_agg
Traceback
> "scott" == scott <[EMAIL PROTECTED]> writes:
scott> I am trying to convert a python app that uses matplotlib to
scott> a standalone executable using py2exe.
scott> After running py2exe and executing my app I get the
scott> following stack trace:
scott> Traceback (most
I am trying to convert a python app that uses matplotlib to a
standalone executable using py2exe.
After running py2exe and executing my app I get the following stack
trace:
Traceback (most recent call last):
File "gcToCsv.py", line 5, in ?
File "plot_output.pyc", line 1, in ?
File "pylab.py