I had the same problem today, and solved it by using
matplotlib-0.87.2.win32-py2.4.exe


On Wed, 2006-09-06 at 15:06 -0500, Ryan Krauss wrote:
> I am trying to install matplotlib on my office Windows computer.  I
> have installed the following:
> python-2.4.3.msi
> numpy-1.0b5.win32-py2.4.exe
> scipy-0.5.1.win32-py2.4.exe
> matplotlib-0.87.5.win32-py2.4.exe
> 
> on a completely fresh install.
> 
> I am getting the following message:
> H:\>python
> Python 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310 32 bit (Intel)] on win32
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import pylab
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
>   File "C:\Python24\Lib\site-packages\pylab.py", line 1, in ?
>     from matplotlib.pylab import *
> ImportError: No module named matplotlib.pylab
> >>> import matplotlib
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
> ImportError: No module named matplotlib
> 
> What am I doing wrong?
> 
> Thanks,
> 
> Ryan
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
> 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to