When I try to install numpy from sourses, either 1.0.2 or 1.0.3, I always get the debugged program raised the exception unhandled ".../site-packages/numpy/core/multiarray.so: undefined symbol: PyUnicodeUCS2_FromUnicode" File: /usr/local/lib/python2.5/site-packages/numpy/core/__init__.py. Line: 5
Currently I use numpy1.0b.deb Does anyone know how to fix the problem? Thx, D. Travis Oliphant wrote: > I'm pleased to announce the release of NumPy 1.0.3 > > Hopefully, this release will work better with multiple interpreters as > well as having some significant bugs fixed. > > Other changes include > > * x/y follows Python standard on mixed-sign division > * iinfo added to provide information on integer data-types > * improvements to SwIG typemaps, numpy.distutils, and f2py > * improvements to separator handling in fromfile and fromstring > * many, many bug fixes > > Thank you to everybody who contributed to the recent release. > > Best regards, > > NumPy Developers > http://numpy.scipy.org > > > _______________________________________________ > Numpy-discussion mailing list > [email protected] > http://projects.scipy.org/mailman/listinfo/numpy-discussion > > > > _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
