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?