[Python-Dev] Tkinter problem in Python 3

Guilherme Polo ggpolo at gmail.com
Sat Feb 21 12:19:10 CET 2009


On Sat, Feb 21, 2009 at 7:47 AM, Klaus Müller <kgmuller at xs4all.nl> wrote:
> 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?
>

Tkinter lives in a real package now, named "tkinter". Besides that it
hasn't changed much, but this list is inappropriate for this, may I
ask you to move the questions related to tkinter to the
tkinter-discuss list ?

> Thanks for your help!
>
> Klaus Müller


Regards,

-- 
-- Guilherme H. Polo Goncalves


More information about the Python-Dev mailing list