Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. [root@server home]# python sophia.py
  2. Connecting to 83.212.117.136:7777 with credentials 'max:123456'...
  3. Traceback (most recent call last):
  4. File "sophia.py", line 20, in <module>
  5. s = pexpect.spawn(connect)
  6. File "/usr/lib/python2.6/site-packages/pexpect/pty_spawn.py", line 197, in __init__
  7. self._spawn(command, args, preexec_fn, dimensions)
  8. File "/usr/lib/python2.6/site-packages/pexpect/pty_spawn.py", line 270, in _spawn
  9. 'executable: %s.' % self.command)
  10. pexpect.exceptions.ExceptionPexpect: The command was not found or was not executable: nc.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement