1 2 3 4 5 6 7 8 9 10
| Traceback (most recent call last):
File "C:\Users\pidega\AppData\Local\Programs\Python\Python36\tets.py", line 5, in <module>
subprocess.call(["wget", "-r", "-np", "-nd", "-A.json.gz", url])
File "C:\Users\pidega\AppData\Local\Programs\Python\Python36\lib\subprocess.py", line 267, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Users\pidega\AppData\Local\Programs\Python\Python36\lib\subprocess.py", line 709, in __init__
restore_signals, start_new_session)
File "C:\Users\pidega\AppData\Local\Programs\Python\Python36\lib\subprocess.py", line 997, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] Le fichier spécifié est introuvable |
Partager