Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. cexec time
  2. ************************* cclab *************************
  3. /opt/c3-3/c3_sock.py:87: DeprecationWarning: os.popen2 is deprecated. Use the subprocess module.
  4. self.output_pipe, self.input_pipe = os.popen2( command )
  5. bash: /opt/c3-3/cget: No such file or directory
  6. Traceback (most recent call last):
  7. File "/opt/c3-3/cexec", line 332, in <module>
  8. answer = sock.recieve()
  9. File "/opt/c3-3/c3_sock.py", line 56, in recieve
  10. raise 'time_out'
  11. TypeError: exceptions must be old-style classes or derived from BaseException, not str
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement