Re: [Tutor] Help me understand this tkinter related code

2010-02-26 Thread Alan Gauld
Please don't hijack an old message to create a new subject. Those of us using threaded readers might not see it and you lose potential answers. "Robert DeLaurentis" wrote The local function change_volume(v) requires the argument v to operate properly, but I'm unclear where the value of that a

[Tutor] Help me understand this tkinter related code

2010-02-26 Thread Robert DeLaurentis
I've just begun learning Python and programming using the Head First Programming from O'Reilly. The following code works on my Mac just fine, but there is a mystery as to how its working that escapes me so far. The local function change_volume(v) requires the argument v to operate properly, but