[IronPython] CherryPy 3 on top of IronPython 1.0... kind of working

Sanghyeon Seo sanxiyn at gmail.com
Thu Sep 7 11:44:41 CEST 2006


2006/9/6, Sylvain Hellegouarch <sh at defuze.org>:
> a. First string.encode('hex') is not implemented so:
> LookupError: unknown encoding: hex

This is CodePlex 1214.
http://www.codeplex.com/WorkItem/View.aspx?ProjectName=IronPython&WorkItemId=1214

As I commented, this can be easily "fixed" by adding this line to site.py:
import encodings

CPython does this import implicitly inside _PyCodecRegistry_Init:
http://pxr.openlook.org/pxr/source/Python/codecs.c?v=2.4.2#828

Seo Sanghyeon



More information about the Ironpython-users mailing list