Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have python 2.7.11 in windows 8.1. i install ActiveTcl8.6.4.1.299124-win32-x86_64-threaded for use of TKinter module. but when i try import TKinter or tkinter Python throw Exception for me. please help me.

this Exception is no module name TKinter or no module name TKinter

thank,s

What I have tried:

i try debug this error but i can't success.please help me
Posted
Updated 25-May-20 0:06am
Comments
Richard MacCutchan 22-May-16 3:02am    
TKinter should be part of the standard Python distribution. Check the Python\libs folder to see if it is present.

1 solution

If you use Python 2 you should import Tkinter, if you use Python 3 import tkinter. Python is case sensitive.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900