I've just started using Cloud9 to program with Python.
But when I try to use Tkinter it gives me the error _tkinter.TclError: no display name and no $DISPLAY environment variable
.
How should I get user input with Python in Cloud9 (either by setting up this display, or by using another method)?