Hi,

When trying to use easyBay, attempting to access the object returned
by the API causes the error below.

Code:
api = eBay(config="ebay.ini")
r = api.GetItem(ItemID=230180298347)
return r.Item.Title

I tested the above code standalone outside of Pylons and it returned
the result fine. Any idea why?

<<                      log.debug("Controller returned a Response
object, merging "
                                  "it with pylons.response")
                    response.headers.update(pylons.response.headers)
                    for c in pylons.response.cookies.values():
                        response.headers.add('Set-Cookie',
c.output(header=''))>>
response.headers.update(pylons.response.headers)
exceptions.TypeError: 'Node' object is not callable

Thanks,
Jeff


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to