pylab

Hi everyone,

I tried to install matplotlib for use with NetworkX, but I got this error

import pylab ->

Traceback (most recent call last):
<…>
File “C:\Program Files\Python24\Lib\site-packages\matplotlib\numerix_init_.py”, line 60, in ?

from Numeric import *

ImportError: No module named Numeric

I’ve seen that Numeric was recently changed to Numpy, I’ve tried to install a lot of packages but it still don’t work.

Does anyone already have this problem ?

Thanks,

If you have not installed Numeric, but you have installed numpy, you have two
options:
1) Install Numeric
2) Change your numerix rc setting to numpy (see
http://matplotlib.sourceforge.net/matplotlibrc for more information)

Hope this helps,
Darren

···

On Saturday 18 March 2006 3:16 pm, mame louk wrote:

Hi everyone,

I tried to install matplotlib for use with NetworkX, but I got this error

import pylab ->

Traceback (most recent call last):
<...>
  File "C:\Program
Files\Python24\Lib\site-packages\matplotlib\numerix\__init__.py", line 60,
in ?
    from Numeric import *
ImportError: No module named Numeric

I've seen that Numeric was recently changed to Numpy, I've tried to install
a lot of packages but it still don't work.