[Tutor] its working... from command lineRe: Help me with this Tkinter code

Asrarahmed Kadri ajkadri at googlemail.com
Wed Oct 11 12:40:09 CEST 2006


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 <klappnase at freenet.de> wrote:
>
> On Tue, 10 Oct 2006 23:32:57 +0100
> "Asrarahmed Kadri" <ajkadri at googlemail.com> 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 at python.org
> http://mail.python.org/mailman/listinfo/tutor
>



-- 
To HIM you shall return.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20061011/5ada55bf/attachment.htm 


More information about the Tutor mailing list