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: Tkinter module missing from install on OS X 10.6.4
Type: behavior Stage: resolved
Components: macOS Versions: Python 3.1
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: ronaldoussoren Nosy List: RolandJ, ned.deily, ronaldoussoren
Priority: normal Keywords:

Created on 2010-06-24 20:03 by RolandJ, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg108547 - (view) Author: Roland Johnson (RolandJ) Date: 2010-06-24 20:03
Tkinter no where to be found in the 3.1 install. No lib-tk folder either. There is a Tkinter folder but this conatains very few modules and none of the standard ones
msg110415 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2010-07-16 06:13
The Python 2 Tkinter has been renamed to tkinter in Python 3 and the lib-tk no longer exists.  See http://docs.python.org/py3k/library/tkinter.html
msg111262 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2010-07-23 10:14
As Ned noted Tkinter is named tkinter in py3k.
History
Date User Action Args
2022-04-11 14:57:02adminsetgithub: 53319
2010-07-23 10:14:07ronaldoussorensetstatus: open -> closed
type: behavior
messages: + msg111262

resolution: not a bug
stage: resolved
2010-07-16 06:13:08ned.deilysetnosy: + ronaldoussoren, ned.deily
messages: + msg110415

assignee: ronaldoussoren
components: + macOS
2010-06-24 20:03:05RolandJcreate