Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (19.9k points)

I am trying to install tkinter in pycharm but I am not able to find the module. I went to settings, project interpreter. Searched for “tkinter”,”Tkinter”, and “python-tk” but couldn’t find it. Can someone tell me how to install tkinter in pycharm?

1 Answer

0 votes
by (25.1k points)

This is a common problem that people face while installing tkinter on pycharm. You don’t have a tkinter module like you use while using pip. To install tkinter in Pycharm, you need to install “future” module and restart pycharm. Tkinter will be imported after that.

Here is a video that will help you improve your python skill:

by (100 points)
I install future as suggested but with python 3.8 and pycharm CE this does not work I think somehow it is something to do with my 3.8 install as I have also 3.7 installed and that works ok

Related questions

0 votes
1 answer
asked Jul 14, 2020 in Python by ashely (50.2k points)
0 votes
1 answer
0 votes
1 answer
asked Oct 3, 2019 in Python by Sammy (47.6k points)
0 votes
1 answer
asked Jul 15, 2019 in AWS by yuvraj (19.1k points)
0 votes
1 answer

Browse Categories

...