Re: [Numpy-discussion] Got: "undefined symbol: PyUnicodeUCS2_FromUnicode" error

2009-04-13 Thread charlie
Thanks all! I was mixed with the system python version and mine. And I got the problem solved by configuring the python environmental. On Wed, Apr 8, 2009 at 1:10 AM, Michael Abshoff < michael.absh...@googlemail.com> wrote: > charlie wrote: > > Hi All, > > Hi Charlie, > > > I got the "undefined

Re: [Numpy-discussion] Got: "undefined symbol: PyUnicodeUCS2_FromUnicode" error

2009-04-08 Thread Michael Abshoff
charlie wrote: > Hi All, Hi Charlie, > I got the "undefined symbol: PyUnicodeUCS2_FromUnicode" error when > importing numpy. > > I have my own non-root version of python 2.5.4 final installed with > --prefix=$HOME/usr. > PYTHONHOME=$HOME/usr; > PYTHONPATH="$PYTHONHOME/lib:$PYTHONHOME/lib/python

Re: [Numpy-discussion] Got: "undefined symbol: PyUnicodeUCS2_FromUnicode" error

2009-04-08 Thread David Cournapeau
charlie wrote: > Hi All, > > I got the "undefined symbol: PyUnicodeUCS2_FromUnicode" error when > importing numpy. > > I have my own non-root version of python 2.5.4 final installed with > --prefix=$HOME/usr. > PYTHONHOME=$HOME/usr; > PYTHONPATH="$PYTHONHOME/lib:$PYTHONHOME/lib/python2.5/site-pack

Re: [Numpy-discussion] Got: "undefined symbol: PyUnicodeUCS2_FromUnicode" error

2009-04-08 Thread Robert Kern
On Wed, Apr 8, 2009 at 03:05, charlie wrote: > Hi All, > > I got theĀ  "undefined symbol: PyUnicodeUCS2_FromUnicode" error when > importing numpy. > > I have my own non-root version of python 2.5.4 final installed with > --prefix=$HOME/usr. > PYTHONHOME=$HOME/usr; > PYTHONPATH="$PYTHONHOME/lib:$PYT

[Numpy-discussion] Got: "undefined symbol: PyUnicodeUCS2_FromUnicode" error

2009-04-08 Thread charlie
Hi All, I got the "undefined symbol: PyUnicodeUCS2_FromUnicode" error when importing numpy. I have my own non-root version of python 2.5.4 final installed with --prefix=$HOME/usr. PYTHONHOME=$HOME/usr; PYTHONPATH="$PYTHONHOME/lib:$PYTHONHOME/lib/python2.5/site-packages/" install and import other