[Stackless] numpy problem
Richard Tew
richard.m.tew at gmail.com
Mon Jan 19 14:59:06 CET 2009
On Mon, Jan 19, 2009 at 8:46 AM, Alan Bromborsky <abrombo at verizon.net> wrote:
> I tried to import numpy into stackless and got the error:
>
> ImportError: /usr/lib/python2.5/site-packages/numpy/core/multiarray.so:
> undefined symbol: _PyUnicodeUCS4_IsWhitespace
>
> numpy uses 4-byte unicode while stackless uses 2-bytes. What can I do to
> correct this problem?
Compile a version with the non-standard unicode setting compiled in?
Cheers,
Richard.
More information about the Stackless
mailing list