[Numpy-discussion] ImportError: No module named Numeric

Johannes Loehnert a.u.r.e.l.i.a.n at gmx.net
Tue May 2 05:36:17 EDT 2006


On Tuesday 02 May 2006 14:25, Neven Gorsic wrote:
> I have WinXp SP1 and I installed:
>
>     python-2.4.3.msi
>
> and 3 packeges:
>
>     numpy-0.9.6r1.win32-py2.4.exe
>     scipy-0.4.8.win32-py2.4-pentium4sse2.exe
>     py2exe-0.6.5.win32-py2.4.exe
>
> All 3 directories are placed in the C:\Python24\Lib\site-packages.
> After I type import Numeric I got "ImportError: No module named
> Numeric".
> But SciPy which needs NumPy works fine (no Impert Error).

NumPy is the 'new' Numeric, i.e. the successor of Numeric. Instead of 
``import Numeric``, use ``import numpy``.

Johannes




More information about the NumPy-Discussion mailing list