This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author swarren
Recipients collinwinter, swarren, vanandel
Date 2007-09-21.05:29:51
SpamBayes Score 0.2254921
Marked as misclassified No
Message-id <1190352592.64.0.789881483382.issue1704287@psf.upfronthosting.co.za>
In-reply-to
Content
I can confirm this happens for me too, also on CentOS 5, with SVN 2.5
HEAD as of now.

It seems that this problem occurs, whilst running the first compileall
command for the libinstall target:

Compiling /somewhere/lib/python2.5/test/test_multibytecodec.py ...
Sorry: UnicodeError:
  ("\\N escapes not supported (can't load unicodedatamodule)",)
History
Date User Action Args
2007-09-21 05:29:52swarrensetspambayes_score: 0.225492 -> 0.2254921
recipients: + swarren, collinwinter, vanandel
2007-09-21 05:29:52swarrensetspambayes_score: 0.225492 -> 0.225492
messageid: <1190352592.64.0.789881483382.issue1704287@psf.upfronthosting.co.za>
2007-09-21 05:29:52swarrenlinkissue1704287 messages
2007-09-21 05:29:51swarrencreate