pylab - solved

Never mind : I tried uninstall newer version and reinstalling old Numeric and it worked

···

On 3/18/06, mame louk <mamelouk@…287… > 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.

Does anyone already have this problem ?

Thanks,