Re: [Numpy-discussion] "ImportError: No module named numeric"

2006-07-12 Thread Stefan van der Walt
Hi Tamaryn On Wed, Jul 12, 2006 at 11:57:48AM +0100, Tamaryn Menneer wrote: > Hi > > I'm running Python 2.4 on Windows XP. I've installed NumPy, and run the > simple test of "import numeric" but I get the error "ImportError: No module > named numeric" in return. The module numeric is located in

Re: [Numpy-discussion] "ImportError: No module named numeric"

2006-07-12 Thread Sven Schreiber
Tamaryn Menneer schrieb: > Hi > > I'm running Python 2.4 on Windows XP. I've installed NumPy, and run the > simple test of "import numeric" but I get the error "ImportError: No module > named numeric" in return. The module numeric is located in > C:\Python24\Lib\site-packages\numpy\core, but even

[Numpy-discussion] "ImportError: No module named numeric"

2006-07-12 Thread Tamaryn Menneer
Hi I'm running Python 2.4 on Windows XP. I've installed NumPy, and run the simple test of "import numeric" but I get the error "ImportError: No module named numeric" in return. The module numeric is located in C:\Python24\Lib\site-packages\numpy\core, but even when I set PYTHONPATH to this it ret