Error executing GUI application in Python 3

Asked

Viewed 131 times

0

Error executing GUI application in Python 3.

File "/home/nexide/PycharmProjects/untitled1/.idea/testew.py", line 1, in <module>
    from tkinter import *
ImportError: No module named tkinter

Process finished with exit code 1

I’m using python 3.4 on Ubuntu 16.04

1 answer

0


Try this:

sudo apt-get install python3-tk

Browser other questions tagged

You are not signed in. Login or sign up in order to post.