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

Michael O'Donnell michael.odonnell at uam.es
Sat Apr 21 00:57:27 CEST 2012


Hi Kevin,

   As I mentioned in my email, the code worked fine for me too
under 2.7.3. This matches diagnoses of the problem in 2011.

I just thought, a year later, the problem would be fixed.

Mick

On Fri, Apr 20, 2012 at 10:39 PM, Kevin Walzer <kw at codebykevin.com> wrote:
> 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
> _______________________________________________
> Tkinter-discuss mailing list
> Tkinter-discuss at python.org
> http://mail.python.org/mailman/listinfo/tkinter-discuss


More information about the Tkinter-discuss mailing list