Re: Simple problem with GUI!!

2006-10-27 Thread Fredrik Lundh
"mohan" wrote: > At the end I had to close down my entire python compiler. I am using > Python compiler with following specs in Windows XP OS. > > Pythonwin - Python IDE and GUI Framework for Windows. > PythonWin 2.2.1 (#34, Feb 25 2003, 11:29:09) [MSC 32 bit (Intel)] on > win32. > Portions Copyri

Simple problem with GUI!!

2006-10-27 Thread mohan
Hello Guys, I am a beginner with Python programming and would like to implement some GUI functionalities along with my main work. So I was trying to implement one basic program (available from books). Here is the code, import Tkinter TopLevelWindowObj = Tkinter.Tk()