HELP: Cannot use freeze.py on program importing 4Suite

Andrew Dalke dalke at acm.org
Sat Nov 11 16:08:16 EST 2000


Ben Chang:
>It seems that the "C:\Program Files\Python\xml\dom\__init__.py" file
>play some trick to load the en_US.py file on it's own, and therefore
>fools the module analysis of Freeze.py. Does anyone know how to fix
>this problem?

This isn't a fix; merely a workaround.  Put a "from xml.dom import en_US"
in your code so that Freeze will know to include it.  And hope that
whoever uses your code doesn't need a different locale, which is what
I assume that code is doing.

                    Andrew






More information about the Python-list mailing list