[Numpy-discussion] numarray problems on AIX

Jeff Whitaker jswhit at fastmail.fm
Tue Apr 26 07:58:36 EDT 2005


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

-- 
Jeffrey S. Whitaker         Phone  : (303)497-6313
Meteorologist               FAX    : (303)497-6449
NOAA/OAR/CDC  R/CDC1        Email  : Jeffrey.S.Whitaker at noaa.gov
325 Broadway                Office : Skaggs Research Cntr 1D-124
Boulder, CO, USA 80303-3328 Web    : http://tinyurl.com/5telg





More information about the NumPy-Discussion mailing list