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: Python 2.7.14 has Tkinter with big T letter.
Type: Stage: resolved
Components: Tkinter Versions: Python 2.7
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: HMahmood, serhiy.storchaka
Priority: normal Keywords:

Created on 2017-11-27 15:48 by HMahmood, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Tkinter.PNG HMahmood, 2017-11-27 15:48 screen shoot of python command prompt
Messages (2)
msg307055 - (view) Author: Hasan Mahmood (HMahmood) Date: 2017-11-27 15:48
Using python 2.7.14.
Importing Dialogs
Got problem in importing tkinter. In doccumentation of tkinter, it is stated the big letter  T in Tkinter is used only used in python 3 but. 
It is expected that it is possible to use tkinter with small letter T beccause I use python 2.7.14
msg307060 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-11-27 16:07
In Python 2 you should import the Tkinter module, with the big letter T.
History
Date User Action Args
2022-04-11 14:58:54adminsetgithub: 76329
2017-11-27 16:07:03serhiy.storchakasetstatus: open -> closed

nosy: + serhiy.storchaka
messages: + msg307060

resolution: not a bug
stage: resolved
2017-11-27 15:48:07HMahmoodcreate