py2exe problems

Thomas Heller theller at python.net
Thu Aug 7 15:23:35 EDT 2003


"Alessandro Crugnola *sephiroth*" <alessandro at sephiroth.it> writes:

> i've installed python 2.2.2 and now it seems working well.
> Excuse, me but what are the issues with the other python versions?

So, there is a workaround for you, at least.

Sigh, in this case I should also install 2.2.3 and look into this.
The problem with 2.3 is that some imports seem to happen very early,
when the interpreter is initialized. And the py2exe import hook is
installed later, but it seems too late for warnings and encodings, at
least. Thanks for finding this.

Thomas




More information about the Python-list mailing list