[Numpy-discussion] ImportError: undefined symbol: PyFloat_Type in _conv.so
Tina Li
thli at bioinformaticsSolutions.com
Wed Feb 25 13:47:03 CST 2004
Hello,
I'm using numarray on a RH 7.0 with Python 2.3. In my application I import
numarray like this:
from numarray import *
and it complains:
-----------------------------
File
"/home/thli/pymol/ext/lib/python2.3/site-packages/numarray/__init__.py",
line 11, in ?
from numarrayall import *
File
"/home/thli/pymol/ext/lib/python2.3/site-packages/numarray/numarrayall.py
", line 1, in ?
from numerictypes import *
File
"/home/thli/pymol/ext/lib/python2.3/site-packages/numarray/numerictypes.p
y", line 33, in ?
from typeconv import typeConverters as _typeConverters
File
"/home/thli/pymol/ext/lib/python2.3/site-packages/numarray/typeconv.py",
line 6, in ?
import _conv
ImportError: undefined symbol: PyFloat_Type
-----------------------------
So where should I start looking to fix it? Thanks!
Tina
More information about the Numpy-discussion
mailing list