Le 13-06-2006, timw.google <[EMAIL PROTECTED]> nous disait:
> Hi all.
>
> I installed matplotlib 0.87.3 under Python 2.4 on both Linux (FC3) and
> Windows XP Pro. On the linux install, I can import pylab, but when I
> try to do the same thing on the Windows installation, I get
>
>>>> from pylab import *
>
<snip>
> ImportError: No module named Numeric
>
> I have numpy 0.9.8 installed in both places too.

it is trying to load Numeric python. You need to configure matplotlib to
use numpy by saying

numerix      : numpy 

in the matplotlibrc file.


-- 
Alexandre Fayolle                              LOGILAB, Paris (France)
Formations Python, Zope, Plone, Debian:  http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
Python et calcul scientifique:           http://www.logilab.fr/science
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to