Re: [Tutor] Executing a GUI from another GUI with a click of a button

2009-04-06 Thread Alan Gauld
"Chris Lee" wrote Before I tell you about my problems, I ask for your consideration as I am a newbie at python... That's OK, its what the tutor list is for! :-) I was having problems as I tried to open another program within a program (both programs are Tkinter UIs) OK, That can be trick

Re: [Tutor] Executing a GUI from another GUI with a click of a button

2009-04-06 Thread W W
On Mon, Apr 6, 2009 at 2:30 PM, Chris Lee wrote: > > > I know for certain that the "clock.py" works (because i got it from the > web.. -_-;;) > > but I'm having a real difficulty trying to open clock.py through my real > program > > I know you're busy and everything, but I REALLY hope you can

[Tutor] Executing a GUI from another GUI with a click of a button

2009-04-06 Thread Chris Lee
Hello! Before I tell you about my problems, I ask for your consideration as I am a newbie at python... I was having problems as I tried to open another program within a program (both programs are Tkinter UIs) As for the reference, here is my code: #program: realprogram.py from Tkinter impor