Re: [Numpy-discussion] numpy installation question (IronPython)

2010-07-13 Thread Joshua Holbrook
On Tue, Jul 13, 2010 at 4:31 AM, Wes McKinney wrote: > On Tue, Jul 13, 2010 at 8:26 AM, Sebastian Haase wrote: >> On Tue, Jul 13, 2010 at 2:20 PM, William Johnston >> wrote: >>> Hello, >>> >>> I simply installed numpy in my Python26 installation, and then copied the >>> numpy directory to my si

Re: [Numpy-discussion] numpy installation question (IronPython)

2010-07-13 Thread Wes McKinney
On Tue, Jul 13, 2010 at 8:26 AM, Sebastian Haase wrote: > On Tue, Jul 13, 2010 at 2:20 PM, William Johnston > 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

Re: [Numpy-discussion] numpy installation question (IronPython)

2010-07-13 Thread Sebastian Haase
On Tue, Jul 13, 2010 at 2:20 PM, William Johnston 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 coul

[Numpy-discussion] numpy installation question (IronPython)

2010-07-13 Thread William Johnston
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. Thanks. ___