Problem with windows install

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

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
matplotlib-users List Signup and Options

Thanks to Darren and David. Chris Barker answered my question on the
Numpy list (I started over there with a Scipy/Numpy compatibility
problem and switched to this list when it was just matplotlib that
wasn't working). I don't know if the mpl sourceforge binaries are
fixed yet, but Chris referred me to these:
http://euclid.uits.iupui.edu/mplfiles/
which work great. I am up and running in Windows.

Ryan

···

On 9/6/06, Ryan Krauss <ryanlists@...287...> 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