On Mon, Jan 19, 2009 at 8:46 AM, Alan Bromborsky <[email protected]> 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. _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
