[NumPy-Tickets] [NumPy] #1663: Cannot import numpy
NumPy Trac
numpy-tickets@scipy....
Fri Nov 5 15:03:40 CDT 2010
#1663: Cannot import numpy
--------------------------+-------------------------------------------------
Reporter: mstewart | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: Other | Version: 1.5.0
Keywords: import error |
--------------------------+-------------------------------------------------
I use macports to update python and numpy software. I recently
accomplished a selfupdate and deliberately executed an install of
py27-numpy which appeared to 'work.' I still cannot import numpy within
python:
>>> import numpy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named numpy
Following examples in another bug report, I attempted to append to the
sys.path:
>>>
sys.path.append('/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/numpy')
...but the same error appeared.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1663>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list