Hi stingraytest,
>From the traceback it appears that you're using Python 2.2. Can you
upgrade to Python 2.4 and try this again? Also, be sure to grab the
latest version of the client library here:
http://code.google.com/p/gdata-python-client/downloads/list
Cheers,
Lane
On Aug 3, 7:33 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Hello,
> been trying to set up thepythonapifor google calendar, and I'm not
> sure if this should be happening when i run
>
> pythoncalendarExample.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
-~----------~----~----~----~------~----~------~--~---