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>
--
http://mail.python.org/mailman/listinfo/python-list