matplotlib / Python 2.4 / Numarray

I verified that matplotlib-0.70 works w/ numarray-1.1.1 on
Windows XP using a quick "plot([1,2,3,4]); show();" test. I
noted that TkAgg is now raising an exception when the plot
window is closed, but the plot looked fine to me.

Cheers,
Todd

Exception in Tkinter callback
Traceback (most recent call last):
  File "h:\python24\lib\lib-tk\Tkinter.py", line 1345, in __call__
    return self.func(*args)
  File
"H:\python24\lib\site-packages\matplotlib\backends\backend_tkagg.py",
lin
e 215, in key_release
    FigureCanvasBase.key_release_event(self, key)
  File
"H:\python24\lib\site-packages\matplotlib\backend_bases.py",
line 677, in
key_release_event
    event = KeyEvent('key_release_event', self, key,
self._lastx, self._lasty)
  File
"H:\python24\lib\site-packages\matplotlib\backend_bases.py",
line 640, in
__init__
    LocationEvent.__init__(self, name, canvas, x, y)
  File
"H:\python24\lib\site-packages\matplotlib\backend_bases.py",
line 566, in
__init__
    if a.in_axes(self.x, self.y):
  File "H:\python24\lib\site-packages\matplotlib\axes.py",
line 1544, in in_axes

    return self.bbox.contains(xwin, ywin)
TypeError: float() argument must be a string or a number