Hi Chris,

Did you find anyone who's py-literate?  I'm about to give a demo of using
eventful.py to post to Eventful.com from a Google App Engine app, and I'd
like to show a post and not just a get.

thanks,
Nate

On Tue, Jun 17, 2008 at 2:36 PM, Chris Radcliff <[EMAIL PROTECTED]> wrote:

> Hi Nate,
>
> The changes to the API site shouldn't have affected the API itself, so this
> must be something else. The Python code is a bit over my head, but I'll see
> if I can get help from someone more py-literate.
>
> Cheers,
> ~chris
>
> On Jun 17, 2008, at 10:09 AM, Nate Aune wrote:
>
>  Hi Chris,
>>
>> I'm trying to use the following Python code to post a new event, but I'm
>> getting an error.
>>
>>        api = eventful.API('xxxxxxxx')
>>
>>        api.login('nateaune', 'xxxxxx')
>>
>>        result = api.call('/events/new',
>>                          **self._generate_message(obj))
>>        status = result['status']
>>
>> Does the eventful.py library need to get updated to reflect the new API,
>> or am I just missing something in my code?
>>
>
>


-- 
Nate Aune - [EMAIL PROTECTED]
blog: http://nateaune.com
company: http://jazkarta.com
twitter: http://twitter.com/natea

Reply via email to