"Fuzzyman" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I have a friend who would like to move and program lights and other
> electric/electro-mechanical devices by computer. I would like to help -
> and needless to say Python would be an ideal language for the
> 'programmers inte
"Sean McIlroy" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> There's something quite simple I'd like to do, but I'm hampered by
> lack of knowledge regarding Tkinter. If someone could help me out with
> a snippet of maximally-simple code showing, in general terms, how to
> do this,
Has this bug been fixed in 2.3.5 or 2.4? Does it exist in XP systems?
#-
from Tkinter import *
def _onMouseWheel(event):
print event
root = Tk()
root.bind('',_onMouseWheel)
root.mainloop()
--
http://mail.python.org/mailman/listinfo/python-list