[Numpy-discussion] numpy installation question (IronPython)

Joshua Holbrook josh.holbrook at gmail.com
Tue Jul 13 10:33:34 EDT 2010


On Tue, Jul 13, 2010 at 4:31 AM, Wes McKinney <wesmckinn at gmail.com> wrote:
> On Tue, Jul 13, 2010 at 8:26 AM, Sebastian Haase <seb.haase at gmail.com> wrote:
>> On Tue, Jul 13, 2010 at 2:20 PM, William Johnston <williamj at tenbase2.com> 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
>> NumPy-Discussion at scipy.org
>> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>>
>
> William-- I think you will want to look here to be able to use NumPy
> in IronPython for the time being:
>
> http://code.google.com/p/ironclad/
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>

Also, http://www.enthought.com/media/SciPyNumPyDotNet.pdf . SOON right?

I've never actually used ironpython (or pypy or, well, anything not cpython). :/

--Josh



More information about the NumPy-Discussion mailing list