Python Forum
Launching other programs from Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Launching other programs from Python
#3
Thank you, now I got this one
Error:
C:\Python36\kodovi>times.py Traceback (most recent call last): File "C:\Python36\kodovi\times.py", line 88, in <module> subprocess.Popen(r'C:\Users\user\Desktop\notepad.lnk') File "C:\Python36\lib\subprocess.py", line 709, in __init__ restore_signals, start_new_session) File "C:\Python36\lib\subprocess.py", line 997, in _execute_child startupinfo) OSError: [WinError 193] %1 is not a valid Win32 application
how everything looks simple in the book but complicated when you have to make it work.
Reply


Messages In This Thread
Launching other programs from Python - by Truman - Feb-12-2019, 01:30 AM
RE: Launching other programs from Python - by Truman - Feb-13-2019, 01:35 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  launching executables DPaul 6 1,405 Jan-15-2023, 02:45 PM
Last Post: DeaD_EyE
  python --version yields no output, not detected by other programs ten 3 3,461 Jun-25-2020, 04:48 AM
Last Post: perfringo
  Can Cmder be used to write Python programs? newbieAuggie2019 5 5,055 Sep-30-2019, 11:24 AM
Last Post: newbieAuggie2019
  Launching executable over rest server api InsatiableBuns 0 1,997 Oct-25-2018, 12:22 PM
Last Post: InsatiableBuns
  Executing DOS programs within Python mdsi2000 4 3,932 Mar-01-2018, 03:49 PM
Last Post: mdsi2000
  Issue with Python 3.X Add/Remove programs entry. WilliamM 1 3,161 Feb-08-2018, 01:54 PM
Last Post: sparkz_alot
  Program-launching script will not close until the program it launches is closed mmwatson 1 3,263 Jun-21-2017, 10:31 PM
Last Post: Ofnuts
  Issue in launching spyder that was installed using pip install on Python 3.6.1 python300 6 11,066 Jun-02-2017, 10:44 PM
Last Post: python300

Forum Jump:

User Panel Messages

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