here. the problem is not in writing the code, but in the fact that I literally do not know what function to use.
Code: Select all
os.execute("pythonw.exe Script.pyw 1>stdout.txt 2>stderr.txt")
oh wow, thanks a lot !
here. the problem is not in writing the code, but in the fact that I literally do not know what function to use.
Code: Select all
os.execute("pythonw.exe Script.pyw 1>stdout.txt 2>stderr.txt")
oh wow, thanks a lot !
the thing is it still appearsRNavega wrote: ↑Sat Jan 04, 2025 9:38 am A Python installation comes with python.exe and pythonw.exe, this is their difference:
https://stackoverflow.com/a/30313091