I am trying to install numpy on my Apple Powerbook G4 running OS X
Tiger (10.4.7).
I am running ActivePython 2.4.3. Installing the numPy package seems
to work fine but
when I try to import it I get the following:
/Users/tgrav --> python
ActivePython 2.4.3 Build 11 (ActiveState Software Inc.) based on
Python 2.4.3 (#1, Apr 3 2006, 18:07:18)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1666)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/numpy/__init__.py", line 35, in ?
import core
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/numpy/core/__init__.py", line 10, in ?
from numeric import *
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/numpy/core/numeric.py", line 33, in ?
CLIP = multiarray.CLIP
AttributeError: 'module' object has no attribute 'CLIP'
>>>
How can I remedy this problem?
Cheers
Tommy
tg...@ma...
http://homepage.mac.com/tgrav/
"Any intelligent fool can make things bigger,
more complex, and more violent. It takes a
touch of genious -- and a lot of courage --
to move in the opposite direction"
-- Albert Einstein
|