1 year ago

#385248

test-img

Luis

Importing Tkinter using PyCharm

Currently working on Python (version 3.7.8) programming, using PyCharm software.

  1. I would like to install tkinter for future python projects with future and pip plugins.

  2. I tried to follow a series of tutorials, but all I get is error messages, such as tracebacks.

  3. Source code as follows:

import tkinter
top = tkinter.Tk()
top.mainloop()

python

tkinter

pycharm

0 Answers

Your Answer

Accepted video resources