I've created a program in Python on Codeanywhere so me and my friend can collaborate on the coding. In my code I use tkinter to create a GUI, but when I try to run the program I get an error:
Traceback (most recent call last):
File "Client.py", line 7, in <module>
import tkinter
ImportError: No module named tkinter
I've tried installing the tkinter module in the SSH terminal but that hasn't helped.
Can someone help me with using tkinter on Codeanywhere.com.
(I've also contacted them but they haven't gotten back to me)
Thanks in advance!