Re: [Tutor] First steps with Tkinter

2006-01-27 Thread Etrade Griffiths
Catherine I'm a Python newbie too but have done some programming with C++ Builder so have a little knowledge of GUIs etc Best regards Alun At 22:41 26/01/2006, catherine curley wrote: Alan   As a matter of interest, did you have much knowledge of Python before you tried TKinter?  I'm only a pyth

Re: [Tutor] First steps with Tkinter

2006-01-26 Thread catherine curley
Alan   As a matter of interest, did you have much knowledge of Python before you tried TKinter?  I'm only a python beginner at present.   Catherine  On 1/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote: Hi!Just started trying to get to grips with Python and Tkinter.  Have FrederickLundh's tutor

Re: [Tutor] First steps with Tkinter

2006-01-26 Thread Michael Lange
On Thu, 26 Jan 2006 18:20:48 + [EMAIL PROTECTED] wrote: > > root.mainloop() > > I am running from inside Pythonwin 2.4 IDE under XP Pro and every time I run > hello2.py it freezes when I press "QUIT". The only way to kill it is through > Alt-Ctrl-Del but this crashes Pythonwin. Any work