My ISP only has PHP 4.4.4 and Java 1.3 so I was forced to learn Python since they did have Python 2.2.
But when I try running the calendarExample.py I am getting errors from atom.service.py that False and True are not defined. Doing research I find that that is something added in Python ver 2.3. Maybe you should change Python requirement level to 2.3 and that still leaves me out in the cold. Tried putting # Do the right thing with boolean values for all known Python versions. try: True, False except NameError: (True, False) = (1, 0) at the top of the code but then there must be a compile failure because atom.service could not be found at all. Also replacing True with 1 in the line def DictionaryToParamList(url_parameters, escape_params=True): also caused atom.service not to be found. any suggestions? A Perl version would be helpful but with my luck it would require a newer version than my service provider has. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
