Python Forum
Start my program in RPI4B from SSH and Failed
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Start my program in RPI4B from SSH and Failed
#2
GUI programs that use Xwindows aren't directly executable on other machines through SSH.

If your local machine can run an X sserver, you can forward it through an SSH session. But that would be unusual for someone to run an X server on windows. It is possible though.

Why do you not want to run VNC? It's easier to run VNC client on windows than it is to run a full Xserver and then have the pi connect to it.

Or, could you have your program run in a command-line mode? Without a GUI, it's much easier to run non-web programs remotely.
Reply


Messages In This Thread
RE: Start my program in RPI4B from SSH and Failed - by bowlofred - Nov-11-2020, 10:06 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to start the program from the beginning. iamaghost 5 3,004 Feb-23-2021, 03:40 AM
Last Post: deanhystad
  program will not run, errno 11001: getaddrinfo failed idioticWixen 2 3,151 Feb-29-2020, 03:14 AM
Last Post: idioticWixen
  Problem: Once I cancel the process my program will start working! Hadad 0 1,670 Jul-24-2019, 04:09 PM
Last Post: Hadad
  How can I start a python program out of a python program? peer 3 2,345 Oct-30-2018, 05:07 PM
Last Post: Larz60+
  What's the difference b/w assigning start=None and start=" " Madara 1 2,349 Aug-06-2018, 08:23 AM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020