Re: [Tkinter-discuss] Python 3.4.0 alpha 2 available

2013-09-24 Thread Russell E. Owen
In article <5240f7e1.3000...@codebykevin.com>, Kevin Walzer wrote: > On 9/23/13 3:49 PM, Russell E. Owen wrote: > > I have not yet tried to come up with a minimal bit of code that shows > > the problem, but it sounds as if perhaps I should. > > That would be helpful. It's hard to tell what's go

Re: [Tkinter-discuss] Python 3.4.0 alpha 2 available

2013-09-24 Thread Russell E. Owen
In article , Ned Deily wrote: > In article <5240f7e1.3000...@codebykevin.com>, > Kevin Walzer wrote: > > On 9/23/13 3:49 PM, Russell E. Owen wrote: > > > I have not yet tried to come up with a minimal bit of code that shows > > > the problem, but it sounds as if perhaps I should. > > That wou

Re: [Tkinter-discuss] Python 3.4.0 alpha 2 available

2013-09-24 Thread Kevin Walzer
On 9/24/13 5:09 PM, Russell E. Owen wrote: Here you go. The appended code crashes when I push the button. If I don't mess with the menu bar then it does not crash. I see the crash, but what's the expected behavior? As I read it you are configuring the text in a label, but the label isn't packe

Re: [Tkinter-discuss] Python 3.4.0 alpha 2 available

2013-09-24 Thread Russell E. Owen
In article <524205e7.3060...@codebykevin.com>, Kevin Walzer wrote: > On 9/24/13 5:09 PM, Russell E. Owen wrote: > > Here you go. The appended code crashes when I push the button. > > If I don't mess with the menu bar then it does not crash. > > I see the crash, but what's the expected behavior?

Re: [Tkinter-discuss] Python 3.4.0 alpha 2 available

2013-09-24 Thread Kevin Walzer
On 9/24/13 8:23 PM, Russell E. Owen wrote: I'm wondering if you or somebody else might be able to translate this into tcl? My tcl is weak, but I'll do it if necessary. I assume the Tcl/Tk folks would be much more willing to pay attention if it was pure tcl. I'll see what I can do here. K -