On Thu, Apr 22, 2010 at 11:00 AM, Phil Mayers <p.mayers@imperial.ac.uk> wrote:
I would recommend just trying to use the API in the Twisted "way". You can use the aforementioned @inlineCallbacks decorator & generator syntax if you prefer writing your code that way, as opposed to traditional deferred callback chaining.

This seems wise :)

Thanks for all the help!