py2exe prob

Thomas Heller theller at python.net
Wed Jul 23 13:42:26 EDT 2003


"ryan" <ambiod at sbcglobal.net> writes:

> my program uses unicode functions and so i compile like:
> "python setup.py py2exe --packages encodings"
>
> which seems to create unicodedata.pyd and zlib.pyd, the problem is when i
> run my exe it acts like it didnt do that, it still gives me the error:
>
> ImportError: No module named warnings
> warning: assignment shadows builtin

>From these messages I infer that you are using Python 2.3, correct?
There are still some py2exe problems with 2.3, I hope to resolve them
soon.

Thomas




More information about the Python-list mailing list