Python Forum
Running serverless command in python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Running serverless command in python
#2
os.system calls an Operating System command.

This error condition originated from the OS, not from python
All python is doing is informing you of the OS error

if it doesn't work as sls from command line, it wont work if called by os.system.
Have you tried?
Reply


Messages In This Thread
Running serverless command in python - by nacheeket - Mar-18-2018, 06:07 PM
RE: Running serverless command in python - by Larz60+ - Mar-18-2018, 08:00 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Running powershell command in flask wtf form robertkwild 10 2,288 Jun-27-2024, 09:49 AM
Last Post: robertkwild
  Sound Approach for Running a Shell Command? matt_the_hall 8 4,872 Dec-14-2020, 02:52 PM
Last Post: matt_the_hall
  Running Python in Command Prompt Anwar 3 4,224 Nov-15-2020, 03:15 PM
Last Post: snippsat
  Error when running mktorrent subprocess command pythonnewbie138 4 5,261 Sep-16-2020, 01:55 AM
Last Post: pythonnewbie138
  Running linux command line apps... dbrdh 0 2,136 Jan-30-2020, 01:14 PM
Last Post: dbrdh
  Issues with running regedit command from python gohanzdad 10 11,996 May-16-2017, 04:28 PM
Last Post: gohanzdad
  subprocess return of stdout after running Linux command ivanachukapawn 7 12,015 Oct-13-2016, 05:37 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

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