[Matplotlib-users] bad keys in event.key

2008-12-17 Thread James Schombert
Using matplotlib 0.98.5 on OSX 10.5, the following error occurs for many key_press events using the standard connect class - letter such as c,v,s etc (and most important, backspace) Exception in Tkinter callback Traceback (most recent call last): File

Re: [Matplotlib-users] bad keys in event.key

2008-12-17 Thread John Hunter
On Wed, Dec 17, 2008 at 1:24 PM, James Schombert jscho...@uoregon.edu wrote: Using matplotlib 0.98.5 on OSX 10.5, the following error occurs for many key_press events using the standard connect class - letter such as c,v,s etc (and most important, backspace) Exception in Tkinter callback

Re: [Matplotlib-users] bad keys in event.key

2008-12-17 Thread James Schombert
I downloaded keypress_demo.py from the matplotlib website runs as follows ./keypress_demo.py (then typed letter 'c') Exception in Tkinter callback Traceback (most recent call last): File /System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-tk/Tkinter.py, line 1403, in