Advertisement
Guest User

Untitled

a guest
Jun 28th, 2010
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. brijith@dellware:~/Desktop$ google docs list
  2. Please specify user: brijithp
  3. /usr/lib/pymodules/python2.6/atom/http.py:225: DeprecationWarning: socket.ssl() is deprecated. Use ssl.wrap_socket() instead.
  4. ssl = socket.ssl(p_sock, None, None)
  5. /usr/lib/pymodules/python2.6/atom/http.py:226: DeprecationWarning: FakeSocket is deprecated, and won't be in 3.x. Use the result of ssl.wrap_socket() directly instead.
  6. fake_sock = httplib.FakeSocket(p_sock, ssl)
  7. Traceback (most recent call last):
  8. File "/usr/bin/google", line 448, in <module>
  9. main()
  10. File "/usr/bin/google", line 442, in main
  11. run_once(options, args)
  12. File "/usr/bin/google", line 320, in run_once
  13. if client.RequestAccess():
  14. File "/usr/lib/pymodules/python2.6/googlecl/service.py", line 197, in request_access
  15. request_token = self.FetchOAuthRequestToken()
  16. File "/usr/lib/pymodules/python2.6/gdata/service.py", line 403, in FetchOAuthRequestToken
  17. response = self.http_client.request('GET', str(request_token_url))
  18. File "/usr/lib/pymodules/python2.6/atom/http.py", line 135, in request
  19. connection.endheaders()
  20. File "/usr/lib/python2.6/httplib.py", line 892, in endheaders
  21. self._send_output()
  22. File "/usr/lib/python2.6/httplib.py", line 764, in _send_output
  23. self.send(msg)
  24. File "/usr/lib/python2.6/httplib.py", line 743, in send
  25. self.sock.sendall(str)
  26. AttributeError: sendall
  27. brijith@dellware:~/Desktop$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement