tkinter in python30

Chris Rebert clp2 at rebertia.com
Mon Feb 16 20:29:31 EST 2009


On Mon, Feb 16, 2009 at 5:07 PM,  <laplacian42 at gmail.com> wrote:
> On Feb 16, 7:46 pm, kentand... at 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 messages. What gives?
>>
>> Kent
>
> http://docs.python.org/3.0/library/tkinter.html

Or IOW, they fixed the capitalization of its name to bring it in line
w/ PEP8, so it's now tkinter (with a lowercase t) rather than Tkinter.

Cheers,
Chris

-- 
Follow the path of the Iguana...
http://rebertia.com



More information about the Python-list mailing list