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?
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?