2006/9/6, Sylvain Hellegouarch <[EMAIL PROTECTED]>:
> a. First string.encode('hex') is not implemented so:
> LookupError: unknown encoding: hexThis 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 _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
