(original) (raw)

Hi!
I am the lead developer of SimPy (http://simpy.sourceforge.net) . Currently, I am porting SimPy to Python 3.
 
SimPy provides Tk/Tkinter-based GUI and plot facilities.
 
I find that "import Tkinter" does not work in Python 3, only "import tkinter".
 
What are the changes for Tkinter under Python 3?
 
Thanks for your help!
 
Klaus M�ller