Thanks. That did it.
Alexandre Fayolle wrote:
> 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 thi
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 imp
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 *
Traceback (most recent call last):
File "", line 1, in -toplev