[Tkinter-discuss] Python 3.2 and binding Mousewheel on Mac

Kevin Walzer kw at codebykevin.com
Fri Apr 20 14:39:19 CEST 2012


On 4/20/12 8:05 AM, Michael O'Donnell wrote:
> Hi All,
>
>    I am on Macosx Lion running Python 3.2.3 and Tkinter 8.5
>
> The following  code breaks on my machine, and given
> search on the web, has been breaking in different forms since
> 2005.
>
Using the similar code on 10.7.3 with Python 2.7.1, here's the output I get:

<Tkinter.Event instance at 0x10178cab8>
<Tkinter.Event instance at 0x10178cab8>
<Tkinter.Event instance at 0x10178cab8>
<Tkinter.Event instance at 0x10178cab8>
<Tkinter.Event instance at 0x10178cab8>
<Tkinter.Event instance at 0x10178cab8>
<Tkinter.Event instance at 0x10178cab8>
<Tkinter.Event instance at 0x10178cab8>
<Tkinter.Event instance at 0x10178cab8>

Seems fine to me. What are you seeing with 3.2?

--Kevin

-- 
Kevin Walzer
Code by Kevin
http://www.codebykevin.com


More information about the Tkinter-discuss mailing list