My guess is that you are running your GUI example in the idle process, rather than as a separate process. There is probably only one event handler for the process, which gets shut down.
Simply run your script from the command line. Open a terminal and run python and the name of your script. Good Luck Kevin > > Hi, I'm at the part in my book that has started on guis and everytime I > have it draw a window, when the window is closed, IDLE crashes entirely! > > Am I doing something horribly wrong? > > I'm running IDLE on Ubuntu 8.04. > > It's not a biggie but it's very annoying! > > Jacqui > > > > > > > > -- > ** Email Scanned by Elive's Virus Scanning Service - > http://www.elive.net ** > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Python Ireland" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.ie/group/pythonireland?hl=en -~----------~----~----~----~------~----~------~--~---
