Tkinter with Pythonwin

Steve Holden sholden at holdenweb.com
Tue Sep 5 09:32:34 EDT 2000


bushi wrote:
> 
> After trying to use Tkinter while running PythonWin with poor results, I
> did a went back to the basics.  It seems that my small, simple modules
> which include Tkinter calls will work just fine if I use 'python
> TheModuleName.py' in a DOS window.  Can someone give me a clue as to why
> the same Tkinter code crashes when I use it in PythonWin?

I believe it's due to creation of a conflicting Tkinter root window.  You
get similar problems with Idle (GvR's IDE for Python).

regards
 Steve
-- 
Helping people meet their information needs with training and technology.
703 967 0887      sholden at bellatlantic.net      http://www.holdenweb.com/



More information about the Python-list mailing list