[pyar] El mismo problema anterior con Tkinter

Terry Reedy tjreedy en udel.edu
Mar Abr 24 19:31:44 ART 2012


On 4/11/2012 12:56 PM, Alejandro Zamora Fonseca wrote:
> Cuando cierro con el botón "cerrar" que viene por default
> me da un error
>
> Traceback (most recent call last):
> File "/media/Trabajo/Alejandro/Alejandro/Cosas
> interesantes/Desarrollo/Aplicaciones multiplataforma
> libres/Python/TKinter/Helloworld.py", line 29, in <module>
> root.destroy()
> File "/usr/lib/python2.6/lib-tk/Tkinter.py", line 1689, in destroy

2.6 es viejo. Muchas cosas funciona mas bien ahora.

> self.tk.call('destroy', self._w)
> _tkinter.TclError: can't invoke "destroy" command: application has been
> destroyed

Es un error en el ejemplo escrito. Ve la otra respuesta mio a 'Problemas 
con Tkinter' por la correccio'n.

-- 
Terry Jan Reedy





More information about the pyar mailing list