From: Brian J. S. <bs...@br...> - 2010-10-25 12:59:59
|
Hi Stan, Thank you for taking the time to check this for me. I did switch up to Matplotlib 1.0.0 and Python 2.6, and that solved my problem. I'm tempted to chalk the whole thing up to having a corrupted Matplotlib installation, except that it did happen on two different computers. All the best, Brian. At 12:22 PM 10/22/2010, Stan West wrote: > > From: Brian J. Soher [mailto:bs...@br...] > > Sent: Thursday, October 14, 2010 10:27 > > > > I'm using matplotlib 0.98.5.2, wxPython version 2.8-msw-unicode, on > > Windows XP Professional x64 at work (and 32bit at home). At work I > > have a plain old Dell 2 button mouse with a scroll wheel which you > > can scroll or click as a middle mouse button. At home I have an > > equivalent mouse from Logitec. Both mice exhibit useful > > functionality for the "middle button" in browsers. And I did install > > the latest Logitec drivers at home and specifically set the scroll > > click to have the functionality of a middle mouse button. > > > > In all cases, home or work, I failed to detect a middle mouse button > > press or release event. > > > > I've attached an example program and copied the text below. > > > > If anyone could please check to see if this is happening for them, or > > has any idea how to fix this, I'd very much appreciate it. > >Hi, Brian. Your code reports left, middle, and right button events for me >with the same wx version but with matplotlib 1.0.0 on Windows 7 Pro x64. Do >you have the option of trying a more recent matplotlib? |