[Ironpython-users] Cannot import numpy from IronPython in VS

Felix Zumstein fzumstein at gmail.com
Wed Aug 24 21:34:08 CEST 2011


Hi all,

I installed Numpy/SciPy from http://www.enthought.com/repo/.iron/ and I am
running PTVS (1.0 Release Candidate 2), IronPython 2.7 and finally VS2010
Premium.
Now, I can import numpy easily on ipy.exe and even in the interactive window
in Visual Studio, but I can't make it work embedded in a C# project.

Even following the suggestions in
http://stackoverflow.com/questions/5526151/ironpython-invocation-from-c-with-scipy-fails-with-importexception-no-moduleand
adding the path references, I still get a "No module named signal"
error. Without adding the paths I get a "No module named numpy" error.

If sombody could create a simple project like this one:
http://code.msdn.microsoft.com/Using-IronPython-with-80747ebe but
additionally including a call to numpy in the helloworld.py file would be
awesome.

thanks!
Felix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20110824/ddfef598/attachment.html>


More information about the Ironpython-users mailing list