From: Sven S. <sve...@gm...> - 2006-07-12 11:02:32
|
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 when I set PYTHONPATH to > this it returns the same error. Imports of modules in the Lib directory work > fine, but everything I've tried within site-packages results the no module > error. > > numpy is not numeric, so just do "import numpy" to test the install. Just ignore all the dir structure under ...\numpy\, as a user you don't usually need to look at it. -sven |