Python Forum
what is the Pythonic way to do os.execve()
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
what is the Pythonic way to do os.execve()
#1
what is the Pythonic way to do os.execve() with keyword arguments like stdout= and stderr= ? basically, i want a command to replace the existing process instead of starting a new one. the various .Popen() methods create a new process. i want the command to run in the existing process with STDOUT and/or STDERR redirection.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
what is the Pythonic way to do os.execve() - by Skaperen - Dec-07-2023, 11:16 PM

Forum Jump:

User Panel Messages

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