Py2EXE problem

Sick Monkey sickcodemonkey at gmail.com
Wed Feb 28 13:41:12 EST 2007


Awesome.  That is good to know.

On 2/28/07, Thomas Heller <theller at ctypes.org> wrote:
>
> Sick Monkey schrieb:
> > Ok I found an extremely easy way to resolving this issue (I cannot
> believe I
> > did not think of it sooner).
> >
> > After Py2exe created the .exe file I noticed a "library.zip" file.  I
> took a
> > look at the Py2exe output, and saw all of the libraries that it failed
> to
> > insert.  I copied all of the .pyc that my application needed and
> inserted
> > them in the "email folder" within the library.zip.  I fired up the
> > application and it worked like a champ.
> >
>
> Even easier would be to let py2exe include the whole email package.
> One solution is to run
>    'setup.py py2exe -p email'
>
> Thomas
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20070228/756676ca/attachment.html>


More information about the Python-list mailing list