So I am using IronPython in PyDev and I am trying to import numpy. However, when I am getting the following error: Traceback (most recent call last):
File "C:\Users\Dan\workspace\Practice\src\practice.py", line 8, in
File "C:\Python27\Lib\site-packages\numpy__init__.py", line 137, in
File "C:\Python27\Lib\site-packages\numpy\add_newdocs.py", line 9, in
File "C:\Python27\Lib\site-packages\numpy\lib__init__.py", line 4, in
File "C:\Python27\Lib\site-packages\numpy\lib\type_check.py", line 8, in
File "C:\Python27\Lib\site-packages\numpy\core__init__.py", line 5, in
ImportError: No module named multiarray
Is it because there is only a multiarray.pyd file instead of a multiarray.py file? What can I do about this? Thanks in advance.
Edit: One more thing, so import numpy works when I use it in the Python IDLE that comes with the python download, and I am using Windows 7