Advertisement
Guest User

Untitled

a guest
Nov 7th, 2013
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. OSError: [Errno 22] Invalid argument
  2.  
  3. During handling of the above exception, another exception occurred:
  4.  
  5. Traceback (most recent call last):
  6. File "test.py", line 29, in <module>
  7. proc.communicate("bye\n")
  8. File "c:\python33\lib\subprocess.py", line 907, in communicate
  9. self.stdin.close()
  10. OSError: [Errno 22] Invalid argument
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement