[Twisted-web] Using Twisted to process a pool of messages

Phil Mayers p.mayers at imperial.ac.uk
Sun Oct 16 11:11:32 EDT 2011


On 10/16/2011 04:08 PM, Phil Mayers wrote:

> d = self.client.getPage(url)

Drat. That should be:

   d = client.getPage(url)

i.e. you're calling twisted.web.client.getPage



More information about the Twisted-web mailing list