google-code-export / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
1 stars 0 forks source link

Python with Google contacts #422

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Installed 2.5 ver pythonIDE and gdata 1.2.4
2. Added Gdata and Atom folders in Installation of Python tool->Lib
3. Run the contacts_example in samples folder

What is the expected output? What do you see instead?
Got the Error message

Traceback (most recent call last):
  File "D:\IWSGoogle\gdata.py-1.2.4\samples\contacts\contacts_example.py", line 326, in <module>
    main()
  File "D:\IWSGoogle\gdata.py-1.2.4\samples\contacts\contacts_example.py", line 317, in main
    sample = ContactsSample(user, pw)
  File "D:\IWSGoogle\gdata.py-1.2.4\samples\contacts\contacts_example.py", line 51, in __init__
    self.gd_client.ProgrammaticLogin()
  File "D:\Documents\PythonTool\lib\gdata\service.py", line 749, in ProgrammaticLogin
    headers={'Content-Type':'application/x-www-form-urlencoded'})
  File "D:\Documents\PythonTool\lib\atom\http.py", line 135, in request
    connection.endheaders()
  File "D:\Documents\PythonTool\lib\httplib.py", line 860, in endheaders
    self._send_output()
  File "D:\Documents\PythonTool\lib\httplib.py", line 732, in _send_output
    self.send(msg)
  File "D:\Documents\PythonTool\lib\httplib.py", line 699, in send
    self.connect()
  File "D:\Documents\PythonTool\lib\httplib.py", line 1134, in connect
    sock.connect((self.host, self.port))
  File "<string>", line 1, in connect
error: (10060, 'Operation timed out')

What version of the product are you using?

1.2.4

Please provide any additional information below.
Used the python IDE 2.5

Original issue reported on code.google.com by sekar...@gmail.com on 3 Aug 2010 at 6:38

GoogleCodeExporter commented 9 years ago

Original comment by ccherub...@google.com on 6 Aug 2010 at 3:18

GoogleCodeExporter commented 9 years ago
Please use the most recent version of the libraries, in this case version 
2.0.11:

   http://code.google.com/p/gdata-python-client/downloads/list

Original comment by joe.gregorio@gmail.com on 6 Sep 2010 at 2:06