The program is working okay, when I run in from the command prompt.
 
Thanks for all the support.
Regards,
Asrar

 
On 10/11/06, Michael Lange <[EMAIL PROTECTED]> wrote:
On Tue, 10 Oct 2006 23:32:57 +0100
"Asrarahmed Kadri" < [EMAIL PROTECTED]> wrote:

> The error message is as under:
>
>
> *Microsoft Visual C++ Runtime Library*
>
> * Runtime Error!
>  Program: C:\python\Lib\site-packages\pythonwin\Pythonwin.exe*
>
> * This application has requested the Runtime to terminate it in an unusual
> way. Please contact the application's support team for more inforamtion.*
> Any idea??? what is this and how can it be fixed???
>

If you run a Tkinter program from IDLE you should not call mainloop(), as Alan pointed
out before, you try to run a new mainloop inside the already existing one which
confuses Tk (at least this was true for the version of IDLE i had used).

I hope this helps

Michael
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor



--
To HIM you shall return.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to