Hi,

I installed matplotlib for winXP, and when I try to import pylab I get
this error:

>>> from pylab import *

Traceback (most recent call last):
  File "<pyshell#0>", line 1, in -toplevel-
    from pylab import *
  File "C:\Python24\Lib\site-packages\pylab.py", line 1, in -toplevel-
    from matplotlib.pylab import *
  File "C:\Python24\Lib\site-packages\matplotlib\pylab.py", line 196, in
-toplevel-
    import cm
  File "C:\Python24\Lib\site-packages\matplotlib\cm.py", line 5, in
-toplevel-
    import colors
  File "C:\Python24\Lib\site-packages\matplotlib\colors.py", line 33, in
-toplevel-
    from numerix import array, arange, take, put, Float, Int, where, \
  File "C:\Python24\Lib\site-packages\matplotlib\numerix\__init__.py",
line 60, in -toplevel-
    from Numeric import *

I'm using matplotlib-0.87.2.win32-py2.4.exe

Does anyone know what I'm doing wrong?

Thanks!


-------------------------------------------------------------------------
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