I've had that same error message using Pmw widgets.

Yes, I use root.destroy(), and no, I don't have the problem any more.

    def end(self):
        '''# Quit Scenario Manager Application'''
            try:
                root.destroy()
            except TclError:
                #exception occurs if busyBar is active when we quit
                pass
            if self.debug: print "ran root.destroy"
            sys.exit(0)

S


On 3/17/06, Russell E. Owen <[EMAIL PROTECTED]> wrote:
>
> This application has requested the Runtime to terminate it in an unusual
> way.

cheers

--
Stewart Midwinter
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Skype, GoogleTalk, iChatAV, MSN, Yahoo: midtoad
AIM:midtoad1
_______________________________________________
Tkinter-discuss mailing list
[email protected]
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to