No display name and no $DISPLAY environment variable using tkinter through ssh [duplicate] No display name and no $DISPLAY environment variable using tkinter through ssh [duplicate] tkinter tkinter

No display name and no $DISPLAY environment variable using tkinter through ssh [duplicate]


Your problem is in ssh command. What you need to do is to write it this way:

ssh -X "your_login"