[Numpy-discussion] Problems installing NumPy

Tommy Grav tgrav at mac.com
Wed Mar 22 09:36:06 EST 2006


I am new to Python and just downloaded ActivePython 2.4.2.10 on my  
Mac PPC with OS X 10.4.
I added the numpy package (0.9.6-py2.4) and it imports fine. But when  
I try pydoc random I
get this error

[tgrav at skathi] site-packages/numpy -> pydoc random
import core -> failed: dlopen(/Library/Frameworks/Python.framework/ 
Versions/2.4/lib/python2.4/site-packages/numpy/core/multiarray.so,  
2): Symbol not found: _PyOS_ascii_strtod
   Referenced from: /Library/Frameworks/Python.framework/Versions/2.4/ 
lib/python2.4/site-packages/numpy/core/multiarray.so
   Expected in: dynamic lookup

import lib -> failed: dlopen(/Library/Frameworks/Python.framework/ 
Versions/2.4/lib/python2.4/site-packages/numpy/core/multiarray.so,  
2): Symbol not found: _PyOS_ascii_strtod
   Referenced from: /Library/Frameworks/Python.framework/Versions/2.4/ 
lib/python2.4/site-packages/numpy/core/multiarray.so
   Expected in: dynamic lookup

import linalg -> failed: dlopen(/Library/Frameworks/Python.framework/ 
Versions/2.4/lib/python2.4/site-packages/numpy/core/multiarray.so,  
2): Symbol not found: _PyOS_ascii_strtod
   Referenced from: /Library/Frameworks/Python.framework/Versions/2.4/ 
lib/python2.4/site-packages/numpy/core/multiarray.so
   Expected in: dynamic lookup

import dft -> failed: dlopen(/Library/Frameworks/Python.framework/ 
Versions/2.4/lib/python2.4/site-packages/numpy/core/multiarray.so,  
2): Symbol not found: _PyOS_ascii_strtod
   Referenced from: /Library/Frameworks/Python.framework/Versions/2.4/ 
lib/python2.4/site-packages/numpy/core/multiarray.so
   Expected in: dynamic lookup

import random -> failed: 'module' object has no attribute 'dtype'
problem in ./random/__init__.py - ImportError: cannot import name  
add_newdoc

Anyone know what is causing this problem? Is there something in my  
installation
of either ActivePython or NumPy that needs to be fixed?

Cheers
Tommy


tgrav at mac.com
http://homepage.mac.com/tgrav/

"Any intelligent fool can make things bigger,
more complex, and more violent. It takes a
touch of genius -- and a lot of courage --
to move in the opposite direction"
                          -- Albert Einstein


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20060322/d35201f4/attachment.html>


More information about the NumPy-Discussion mailing list