I tried installing the 0.87.5 version of matplotlib and this is what I get when 
running a routine that worked under 0.87.3.
Any clue?
TIA
JF

>pythonw -u "image_rx2_3.py"
Traceback (most recent call last):
  File "image_rx2_3.py", line 1, in ?
    from pylab import *
  File "C:\Python24\Lib\site-packages\pylab.py", line 1, in ?
    from matplotlib.pylab import *
  File "C:\Python24\Lib\site-packages\matplotlib\pylab.py", line 196, in ?
    import cm
  File "C:\Python24\Lib\site-packages\matplotlib\cm.py", line 5, in ?
    import colors
  File "C:\Python24\Lib\site-packages\matplotlib\colors.py", line 33, in ?
    from numerix import array, arange, take, put, Float, Int, where, \
  File "C:\Python24\Lib\site-packages\matplotlib\numerix\__init__.py", line 
145, in ?
    __import__('fft', g, l)
  File "C:\Python24\Lib\site-packages\matplotlib\numerix\fft\__init__.py", line 
11, in ?
    from numpy.dft.old import * 
ImportError: No module named old
>Exit code: 1

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