Does anyone know what happened to tkinter in Python3? There is a tkinter folder in the Lib folder, but there is no Tkinter.py that I can find. Both "from Tkinter import *" and "from _tkinter import *" result in "no such module" error messages. What gives?
Kent -- http://mail.python.org/mailman/listinfo/python-list