Codec Search Function

Fredrik Lundh fredrik at pythonware.com
Fri Jan 27 02:21:50 EST 2006


James Stroud wrote:

> How do I get the SVN version? Maybe that is not the one I have. This
> crashes on the version I have (complete program listing):
>
>     "abcde".encode('hex')
>
> LookupError: no codec search functions registered: can't find encoding

> I am using the latest enthought python and the latest snapshot of
> pyinstaller.

looks like pyinstaller isn't clever enough to bundle the relevant encodings
by default.  see

    http://starship.python.net/crew/theller/moin.cgi/EncodingsAgain

for workarounds for py2exe.

</F>






More information about the Python-list mailing list