[Numpy-discussion] NumPy installed but aborted when do import

Lito Kusnadi lito.kusnadi at gmail.com
Tue Jan 31 02:33:02 EST 2006


Hi, I'm running RHEL 4.0 2.6.9-5.EL with Python 2.3.4.
I managed to compile NumPy from src.rpm and make an i386 rpm from it.
Version of NumPy is numpy-0.9.4-1.
When I run Python interactive line and try to import NumPy, it aborts and
kicks me to the command prompt.
The following error is generated:

Python 2.3.4 (#1, Nov  4 2004, 14:06:56)
[GCC 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from numpy import *
import core -> failed:
/usr/lib/python2.3/site-packages/numpy/core/multiarray.so: undefined symbol:
PyOS_ascii_strtod
import random -> failed: 'module' object has no attribute 'dtype'
import lib -> failed:
/usr/lib/python2.3/site-packages/numpy/core/multiarray.so: undefined symbol:
PyOS_ascii_strtod
Fatal Python error: can't initialize module lapack_lite
Aborted

Anyone knows what  package I am missing?

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20060131/1e07bdb0/attachment.html>


More information about the NumPy-Discussion mailing list