No Display

NetRock

Renowned Member
Apr 23, 2015
78
1
71
Hi ...

I have a simple Tkinter gui application to run on the host.
Can someone please help how to run this gui application.
Since there is no Windows manager is installed, I get the error:

No display name and no $DISPLAY environment variable.


Thank You For Your Help.
 
You need an X11 display for that. For example, you can connect using "ssh -X" to tunnel X11 through ssh.