Python on Crays

Mark Dickinson dickinsm at gmail.com
Fri Aug 21 13:49:20 EDT 2009


On Aug 21, 12:21 am, Carrie Farberow <farbe... at wisc.edu> wrote:
> I am trying to build a statically-linked Python based on directions at:
>
> http://yt.enzotools.org/wiki/CrayXT5Installation
>
> I have tried this on multiple systems.  The first time I attempt to build python, 'make' runs fine but 'make install' fails with the following error:
>
> Sorry: UnicodeError: ("\\N escapes not supported (can't load unicodedata module)",)
>
> Any help regarding the source of this error and possible fixes would be appreciated.

Hmm.  There's not a lot of information to go on here.
What version of Python is this? Python 2.6.2?
Have you tried Googling for that exact error message?

The following issue looks as though it might be relevant:

http://bugs.python.org/issue1594809

especially since it looks as though the directions you linked
to involve messing with the PYTHONPATH environment variable.

If you could post a log somewhere[*] showing the exact commands
that you executed, along with all the output (and especially
all the output from 'make' and 'make install'), that might help
someone diagnose the problem further.

Mark

[*] I'm not sure where, though.  Posting all that output directly
in a newsgroup message might not be considered very friendly.



More information about the Python-list mailing list