On Tue, Jul 13, 2010 at 2:20 PM, William Johnston <[email protected]> wrote: > Hello, > > I simply installed numpy in my Python26 installation, and then copied the > numpy directory to my site-packages folder of my IronPython installation. > > Did I miss any installation steps in doing so? The multiarray module could > not be found using IronPython. > Hi William,
Why do you think that numpy works in IronPython ? I thought most Python modules work only with "standard" (C) Python .... Numpy depends heavily on C implementations for most of its functionality. Regards, Sebastian Haase _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
