From: Tina L. <th...@bi...> - 2004-02-25 21:46:13
|
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 |