ImportError: No module named Numeric

When pylab tries to call numerix\__init__.py it is trying

    > to figure out whether to call numpy, numeric, or numarray.
    > Since it defaults to numeric I've tried to change the
    > default to numpy, and that returned no luck.

Find your matplotlib rc file -- it is probably in the folder

  C:\Documents and Settings\yourname\.matplotlib

and edit it to change the "numerix setting" to "numpy". Eg,

  numerix : numpy # numpy, Numeric or numarray

JDH

Before you have to write back.... the latest matplotlib release only
works with numpy-0.9.8.

···

On 8/3/06, John Hunter <jdhunter@...4...> wrote:

    > When pylab tries to call numerix\__init__.py it is trying
    > to figure out whether to call numpy, numeric, or numarray.
    > Since it defaults to numeric I've tried to change the
    > default to numpy, and that returned no luck.

Find your matplotlib rc file -- it is probably in the folder

  C:\Documents and Settings\yourname\.matplotlib

and edit it to change the "numerix setting" to "numpy". Eg,

  numerix : numpy # numpy, Numeric or numarray