David Lees wrote: > > Paul, > > ... > > What is a "message loop"? Is it the "messages" that occur on Python > exceptions? This would mean that exceptions in Python code and in TK > can get confused between each other? Graphical interfaces work by processing messages sent from (e.g.) your keyboard, your mouse, other windows and so forth. In a single program only a single piece of code should handle the processing of these messages. It can either be PythonWin or Tk but not both. > Not sure what you mean by "no compatibility between *ActivePython* and > Tk"? I meant that there is no *compatibility ISSUE* between ActivePython and Tk. It should just work. Sorry for any confusion. ActivePython and Tk are compatible. PythonWin and Tk are not. -- Vote for Your Favorite Python & Perl Programming Accomplishments in the first Active Awards! http://www.ActiveState.com/Awards _______________________________________________ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython