[Python-Dev] Tkinter problem in Python 3 (original) (raw)
Quentin Gallet-Gilles qgallet at gmail.com
Sat Feb 21 12:19:43 CET 2009
- Previous message: [Python-Dev] Tkinter problem in Python 3
- Next message: [Python-Dev] code.interact() locals + globals?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Klaus,
Tkinter was renamed as part of the stdlib reorganization (see the PEP 3108 :http://www.python.org/dev/peps/pep-3108/#tkinter-packagefor more details). The 2to3 tool should handle all those changes automatically, by the way.
Cheers, Quentin
On Sat, Feb 21, 2009 at 11: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? Thanks for your help! Klaus Müller
Python-Dev mailing list Python-Dev at python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/qgallet%40gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20090221/22c15ed7/attachment.htm>
- Previous message: [Python-Dev] Tkinter problem in Python 3
- Next message: [Python-Dev] code.interact() locals + globals?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]