>Jane Austine wrote:[color=blue][color=green][color=darkred]
>>>>from Tkinter import *
>>>>>r=Tk()
>>>>>b=Button(r ,text='Quit',co mmand=r.quit)
>>>>>b.pack()
>>>>>r.mainloop ()[/color]
>>
>>
>> And when I press the "Quit" button the mainloop exits. After that,[/color][/color]
if[color=blue][color=green]
>> I finish the python shell, a memory exception occurs.
>>
>> This is Windows XP machine with Python 2.3.[/color]
>
> Not much of a help, but I've tried it here: no problems... (python
> 2.3.2, win xp). Can it be a Python 2.3.0 issue that has been fixed in
> 2.3.1 or 2.3.2 ?
>
> --Irmen[/color]
I tried it with 2.3.2, but it doesn't work either.
The crash message is:
python.exe -- application program error
the command from "0x77f7e22a " referenced the memory at "0x00000028 ".
The memory couldn't be "read".
>>>>from Tkinter import *
>>>>>r=Tk()
>>>>>b=Button(r ,text='Quit',co mmand=r.quit)
>>>>>b.pack()
>>>>>r.mainloop ()[/color]
>>
>>
>> And when I press the "Quit" button the mainloop exits. After that,[/color][/color]
if[color=blue][color=green]
>> I finish the python shell, a memory exception occurs.
>>
>> This is Windows XP machine with Python 2.3.[/color]
>
> Not much of a help, but I've tried it here: no problems... (python
> 2.3.2, win xp). Can it be a Python 2.3.0 issue that has been fixed in
> 2.3.1 or 2.3.2 ?
>
> --Irmen[/color]
I tried it with 2.3.2, but it doesn't work either.
The crash message is:
python.exe -- application program error
the command from "0x77f7e22a " referenced the memory at "0x00000028 ".
The memory couldn't be "read".
Comment