Advertisement
Guest User

Untitled

a guest
Jul 20th, 2016
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "score.py", line 27, in <module>
  3. num_comparisons = sort_test(i)
  4. File "score.py", line 7, in sort_test
  5. pipe = Popen(sys.argv[1:], stdin=PIPE, stdout=PIPE, bufsize=1, universal_new
  6. lines=True)
  7. File "C:\Python\lib\subprocess.py", line 710, in __init__
  8. errread, errwrite)
  9. File "C:\Python\lib\subprocess.py", line 958, in _execute_child
  10. startupinfo)
  11. WindowsError: [Error 193] %1 不是正確的 Win32 應用程式 。
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement