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

"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


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to