1 year ago
#385248
Luis
Importing Tkinter using PyCharm
Currently working on Python (version 3.7.8) programming, using PyCharm software.
I would like to install tkinter for future python projects with future and pip plugins.
I tried to follow a series of tutorials, but all I get is error messages, such as tracebacks.
Source code as follows:
import tkinter
top = tkinter.Tk()
top.mainloop()
python
tkinter
pycharm
0 Answers
Your Answer