On Sat, 21 Sep 2013 21:39:07 -0700, John Ladasky wrote: > However, neither Screen.ontimer() not Screen.onkeypress() appear to give > me a way to pass arguments to functions of my own. Why don't they? Is > this some limitation of Tk? I have worked with other GUI's before, and I > don't remember having to jump through this particular hoop.
The usual approach in Python is to pass a bound method of an object, and keep all of the data on that object. -- https://mail.python.org/mailman/listinfo/python-list