Advertisement
JoshDreamland

Untitled

Oct 24th, 2015
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. [josh@enigma ~]$ python26
  2. Python 2.6.8 (unknown, Nov 7 2012, 14:47:34)
  3. [GCC 4.1.2 20080704 (Red Hat 4.1.2-52)] on linux2
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> import socket
  6. >>> s = socket.socket(2,1); s.connect(('irc.freenode.net', 6667))
  7. Traceback (most recent call last):
  8. File "<stdin>", line 1, in <module>
  9. File "<string>", line 1, in connect
  10. socket.error: [Errno 110] Connection timed out
  11. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement