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
> yeh, I am using IDLE.
> why, is it a problem??
IDLE is a Tkinter program.
So you are trying to run a Tkinter program inside a Tkinter program
which can confuse things. The latest versions of IDLE are a lot better
but I stilll strongly recommend running any Tkinter , indeed any
GUI) programme, fr
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 i
On 11/10/06, Luke Paireepinart <[EMAIL PROTECTED]> wrote:
> shouldn't you mainloop your root?
By convention, you should, but you don't have to. mainloop is
mainloop; calling it on root just makes it easy to find.
--
John.
___
Tutor maillist - Tutor@
yeh, I am using IDLE.
why, is it a problem??
On 10/10/06, Luke Paireepinart <[EMAIL PROTECTED]> wrote:
Asrarahmed Kadri wrote:>>> Folks,>> Just started to get my feet wet with basics of Tkinter Programming.
> Here is a code which is giving me some problem; when I run it, it> displays me the button
i changed the code from widget.mainloop() to root.mainloop(); but still its not working
On 10/10/06, Asrarahmed Kadri <[EMAIL PROTECTED]> wrote:
yeh, I am using IDLE.
why, is it a problem??
On 10/10/06, Luke Paireepinart <[EMAIL PROTECTED]
> wrote:
Asrarahmed Kadri wrote:>>> Folks,>> Just s
Asrarahmed Kadri wrote:
>
>
> Folks,
>
> Just started to get my feet wet with basics of Tkinter Programming.
> Here is a code which is giving me some problem; when I run it, it
> displays me the button widget, but when I click it, the window doesn't
> goes away. the program gets stuck up.
Folks,
Just started to get my feet wet with basics of Tkinter Programming. Here is a code which is giving me some problem; when I run it, it displays me the button widget, but when I click it, the window doesn't goes away. the program gets stuck up. Can anyone help me to resolve this issue??