Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tkinter
#1
So i just started programming in python in VScode. I successfully installed tkinter, but after trying to create a window vscode ditched me and said that Tk() doesn't existed.İmage
Reply
#2
You normally don't have to install tkinter as it comes with the Python distribution.

Could you provide your code please? This is probably just a problem with import and namespaces that is impossible for us to diagnose without seeing what you tried.
Reply
#3
Your image link does not work. In any case, don't post links to images. Copy paste code, error, output as tags and using proper BBCode tags
See BBcode help for more info.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020