numarray problems on AIX

Hi:
I'm having problems with numarray 1.3.1/Python 2.4.1 on AIX 5.2:
Python 2.4.1 (#3, Apr 26 2005, 10:34:56) [C] on aix5 Type "help", "copyright", "credits" or "license" for more information.
import numarray
Traceback (most recent call last): File "<stdin>", line 1, in ? File "/u/wx20wj/home/blue/lib/python2.4/site-packages/numarray/__init__.py", line 42, in ? from numarrayall import * File "/u/wx20wj/home/blue/lib/python2.4/site-packages/numarray/numarrayall.py", line 2, in ? from generic import * File "/u/wx20wj/home/blue/lib/python2.4/site-packages/numarray/generic.py", line 1116, in ? import numarraycore as _nc File "/u/wx20wj/home/blue/lib/python2.4/site-packages/numarray/numarraycore.py", line 1751, in ? import ufunc File "/u/wx20wj/home/blue/lib/python2.4/site-packages/numarray/ufunc.py", line 13, in ? import _converter ImportError: dynamic module does not define init function (init_converter)
it works with AIX 4 - anyone seen this before?
-Jeff
participants (1)
-
Jeff Whitaker