| Traceback (most recent call last): File "E:\BtSoft\panel\task.py", line 65, in ExecShell
 sub = subprocess.Popen(cmdstring+' > '+logPath+' 2>&1', cwd=cwd, stdin=subprocess.PIPE,shell=shell,bufsize=4096)
 File "C:\Program Files\python\lib\subprocess.py", line 854, in __init__
 self._execute_child(args, executable, preexec_fn, close_fds,
 File "C:\Program Files\python\lib\subprocess.py", line 1307, in _execute_child
 hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
 PermissionError: [WinError 5] 拒绝访问。
 |