I have some IronPython code which runs fine from within Visual Studio. It uses numpy. However when I compile it with pyc it compiles successfully BUT when I run it I get a "No module named numpy" error.
I've tried copying various DLLs from the IronPython DLLs directory (basically all the numpy ones) but I still get the error.
I've tried Google but no success, so any help much appreciated.
I'm running IronPython version 2.7.1 on Windows 7.
Try Enthought's NumPy implementation:
http://www.enthought.com/repo/.iron/