Issue 9073: Tkinter module missing from install on OS X 10.6.4 (original) (raw)
Issue9073
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) * ![]() |
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) * ![]() |
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:02 | admin | set | github: 53319 |
2010-07-23 10:14:07 | ronaldoussoren | set | status: open -> closedtype: behaviormessages: + resolution: not a bugstage: resolved |
2010-07-16 06:13:08 | ned.deily | set | nosy: + ronaldoussoren, ned.deilymessages: + assignee: ronaldoussorencomponents: + macOS |
2010-06-24 20:03:05 | RolandJ | create |