This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Can't import Tkinter
Type: Stage:
Components: Tkinter Versions: Python 3.0
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: pierre.lhoste, quentin.gallet-gilles
Priority: normal Keywords:

Created on 2008-12-30 11:36 by pierre.lhoste, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg78519 - (view) Author: (pierre.lhoste) Date: 2008-12-30 11:36
I've just installed Python 3.0 (with Tkinter) on Windows Vista, but I 
can't import Tkinter : "No module named Tkinter"
When installing Python 2.6, it works.
Why ?
Thank you.
msg78520 - (view) Author: Quentin Gallet-Gilles (quentin.gallet-gilles) Date: 2008-12-30 11:41
Tkinter has been renamed to tkinter (and been made a package) as part of
the stdlib reorganisation :
http://www.python.org/dev/peps/pep-3108/#tkinter-package
History
Date User Action Args
2022-04-11 14:56:43adminsetgithub: 49029
2008-12-30 14:47:13georg.brandlsetstatus: open -> closed
resolution: works for me
2008-12-30 11:41:28quentin.gallet-gillessetnosy: + quentin.gallet-gilles
messages: + msg78520
2008-12-30 11:36:41pierre.lhostecreate