Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. import subprocess
  2. subprocess.call("date")
  3.  
  4. Traceback (most recent call last):
  5. File "<stdin>", line 1, in <module>
  6. File "C:Python27libsubprocess.py", line 168, in call
  7. return Popen(*popenargs, **kwargs).wait()
  8. File "C:Python27libsubprocess.py", line 390, in __init__
  9. errread, errwrite)
  10. File "C:Python27libsubprocess.py", line 640, in _execute_child
  11. startupinfo)
  12. WindowsError: [Error 2] The system cannot find the file specified
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement