passing control to other window
i am trying to develop a application using Tkinter in which a new window pops out on a particular button press.though i can pass control automatically to that window using .force_focus() method and disabling all my widgets in previous window but the technique is not so clean. for eg. when u click 'save' a window pops out asking for location but u can still close your previous window using the 'cross-mark' on top right corner with save window still open. can anyone help me out! -- http://mail.python.org/mailman/listinfo/python-list
connecting to DBMS
i am a newbie to python and is working on an application which needs to connect to the database. can anyone guide me through the DBMS that i can use and the module to connect to it. currently i have MySQL installed using the link on the python.org site but is unable to connect to it through python. pls specify the link to the tutorials which can guide to connect and execute my query. hopes u understood what i meant to say. thanks in advance -- http://mail.python.org/mailman/listinfo/python-list
controlling the windows
i am developing an application using Tkinter where 'next' button takes to another window and removes the first one from screen and 'back' button bring me back to previous window and so on. though i am able to move from one window to another but is unable to remove the previous one from the screen. does anybody have a idea how to do away with this problem. -- http://mail.python.org/mailman/listinfo/python-list