Oddities of Tkinter

James Stroud jstroud at ucla.edu
Mon Jan 23 14:57:29 EST 2006


Tuvas wrote:
> Nope, that's the oddest thing about it all... Perhaps the statement is
> called twice or something along those lines, but there again, I can't
> see how it would be...
> 

Very strange behavior can occur if the same python process instantiates 
  Tkinter.Tk more than once (either concurrently or at different times). 
This is my best guess without any other code to look at.

James



More information about the Python-list mailing list