Tkinter works just fine from PyCharm. One thing to be aware of, though, is that depending on whether you are using Python 2.x or 3.x. For the former, you would need `import Tkinter`, whereas for the latter you would need `import tkinter` (note the change
The Tkinter library is built-in with every Python installation. And since you are on Windows, I believe you installed Python through the binaries on their website? If so, Then most probably you are typing the command wrong. It should be: import Tkinter as
Installing Tkinter in Windows. Tkinter comes with the Python installer. We just need to install Python from www.python.org, and it comes along with the Python. We don't need to install it separately. Click on the checkbox of tcl/tk and IDE. To check t
Post a Comment:
Showing 0 Comments: