Advertisement
Guest User

Untitled

a guest
Jul 30th, 2017
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. Username: sarah.frankland@gmail.com
  2. Password:
  3. Traceback (most recent call last):
  4. File "/usr/local/bin/throw", line 5, in <module>
  5. pkg_resources.run_script('throw==0.1dev-20110305', 'throw')
  6. File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 467, in run_script
  7. self.require(requires)[0].run_script(script_name, ns)
  8. File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1200, in run_script
  9. execfile(script_filename, namespace, namespace)
  10. File "/usr/local/lib/python2.6/dist-packages/throw-0.1dev_20110305-py2.6.egg/EGG-INFO/scripts/throw", line 27, in <module>
  11. main()
  12. File "/usr/local/lib/python2.6/dist-packages/throw-0.1dev_20110305-py2.6.egg/EGG-INFO/scripts/throw", line 24, in main
  13. Thrower.throw(args.to, args.paths)
  14. File "/usr/local/lib/python2.6/dist-packages/throw-0.1dev_20110305-py2.6.egg/Throw/Thrower.py", line 19, in throw
  15. t.throw(to, paths)
  16. File "/usr/local/lib/python2.6/dist-packages/throw-0.1dev_20110305-py2.6.egg/Throw/Thrower.py", line 166, in throw
  17. server = smtplib.SMTP('smtp.gmail.com')
  18. File "/usr/lib/python2.6/smtplib.py", line 239, in __init__
  19. (code, msg) = self.connect(host, port)
  20. File "/usr/lib/python2.6/smtplib.py", line 295, in connect
  21. self.sock = self._get_socket(host, port, self.timeout)
  22. File "/usr/lib/python2.6/smtplib.py", line 273, in _get_socket
  23. return socket.create_connection((port, host), timeout)
  24. File "/usr/lib/python2.6/socket.py", line 561, in create_connection
  25. raise error, msg
  26. socket.error: [Errno 110] Connection timed out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement