Re: [Python-Dev] Binding problem

2014-01-15 Thread R. David Murray
On Wed, 15 Jan 2014 11:53:05 +1100, "Rob Ward" wrote: > I apologise if I have come to the wrong place here, but 12hrs > searching, plus experimenting, on the WWW for advice on it has not > yielded any successful advice to resolve the issue. This is indeed the wrong place. Your best bet for gett

Re: [Python-Dev] Binding problem

2014-01-14 Thread Guido van Rossum
Hey Rob, The place to get help with Tkinter is tkinter-disc...@python.org. I've CC'ed that list for you. --Guido On Tue, Jan 14, 2014 at 4:53 PM, Rob Ward wrote: > I apologise if I have come to the wrong place here, but 12hrs searching, > plus experimenting, on the WWW for advice on it has not

Re: [Python-Dev] Binding problem

2014-01-14 Thread MRAB
On 2014-01-15 00:53, Rob Ward wrote: I apologise if I have come to the wrong place here, but 12hrs searching, plus experimenting, on the WWW for advice on it has not yielded any successful advice to resolve the issue. I am am having trouble binding an Entry widget to Here is the snippet (butC

Re: [Python-Dev] Binding problem

2014-01-14 Thread Terry Reedy
On 1/14/2014 7:53 PM, Rob Ward wrote: I apologise if I have come to the wrong place here, Yes, you have ;-). pydev is for development *of* future versions of Python. Try python-list for development *with* current version. -- Terry Jan Reedy ___ Py

[Python-Dev] Binding problem

2014-01-14 Thread Rob Ward
I apologise if I have come to the wrong place here, but 12hrs searching, plus experimenting, on the WWW for advice on it has not yielded any successful advice to resolve the issue. I am am having trouble binding an Entry widget to Here is the snippet (butCol is a Frame widget to put buttons,l