Hello,
been trying to set up the python api for google calendar, and I'm not
sure if this should be happening when i run
python calendarExample.py --user myusername --pw mypassword --delete
false
Traceback (most recent call last):
File "calendarExample.py", line 577, in ?
main()
File "calendarExample.py", line 573, in main
sample = CalendarExample(user, pw)
File "calendarExample.py", line 55, in __init__
self.cal_client.ProgrammaticLogin()
File "/usr/lib/python2.2/site-packages/gdata/service.py", line 281,
in ProgrammaticLogin
auth_response = auth_connection.getresponse()
File "/usr/lib/python2.2/httplib.py", line 593, in getresponse
response = self.response_class(self.sock)
File "/usr/lib/python2.2/httplib.py", line 99, in __init__
self.fp = sock.makefile('rb', 0)
File "/usr/lib/python2.2/httplib.py", line 628, in makefile
buf = self.__ssl.read()
socket.sslerror: (5, 'EOF occurred in violation of protocol')
thank you, james
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Calendar Data API" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---