Python's making my head hurt...

Kent Johnson kent37 at tds.net
Sat Jan 5 15:29:38 EST 2008


Star wrote:
> Okay, I'm not a python coder, nor do I really desire to be yet...  I'm
> trying to run a system that uses Python pretty heavily, and while it's
> starting up, I'm getting an error just before it bombs...
> 
> The error is "ImportError: /usr/lib/python2.4/lib-dynload/cPickle.so:
> undefined symbol: PyUnicodeUCS4_DecodeRawUnicodeEscape"

Wild guess about something I know almost nothing about ;-) - cPickle.so 
was compiled for wide unicode (UCS4) but some other part of Python was not.

> Can any python-guys/gals point me somewhere where I might find some
> more information?

comp.lang.python would be the place to ask.

Kent


More information about the gnhlug-discuss mailing list