Python - Subprocess Error
Traceback (most recent call last): File "", line 1, in File "c:\Python27\lib\subprocess.py", line 493, in call return Popen(*popenargs, **kwargs).wait() File "c:\Python27\lib\subprocess.py", line 679, in __init__ errread, errwrite) File "c:\Python27\lib\subprocess.py", line 896, in _execute_child startupinfo) WindowsError: [Error 2] The system cannot find the file specified 파이썬으로 간단한 스크립트를 만들때 s..
2022. 3. 20.