Sourceoftitle

- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
-
-
Sourceoftitle created a post, No module named 'tkinter'
I can import tkinter from a python command line in a terminal, but when I try to import it in PyCharm I get "ModuleNotFoundError: No module named 'tkinter'." When I run `python3 -m tkinter` from t...