Re: tkinter in python30

2009-02-16 Thread Chris Rebert
On Mon, Feb 16, 2009 at 5:07 PM, wrote: > On Feb 16, 7:46 pm, kentand...@sbcglobal.net wrote: >> 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 imp

Re: tkinter in python30

2009-02-16 Thread laplacian42
On Feb 16, 7:46 pm, kentand...@sbcglobal.net wrote: > 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 messa