Problems with py2exe for python 2.3 beta

Miki Tebeka tebeka at cs.bgu.ac.il
Mon Jul 7 08:39:34 EDT 2003


Hello Jamie,

> - I've included "-p encodings" in the command line flags, but still get the
> "no codec search functions registered" error at runtime.
I had the same problem. IIRC adding "import encodings" (and maybe
importing the specific encodings as well) did the trick.

> - py2exe is now including tcl files as dependencies, whereas these weren't
> required in the python 2.2 version.
I don't recall it doing that. Maybe some module you're using imports
Tkinter.

HTH.
Miki




More information about the Python-list mailing list