Re: pylab doesn't find numpy on Windows

2006-06-13 Thread timw.google
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

Re: pylab doesn't find numpy on Windows

2006-06-13 Thread Alexandre Fayolle
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

pylab doesn't find numpy on Windows

2006-06-13 Thread timw.google
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