Re: Using Twisted to process a pool of messages
Phil Mayers <[email protected]>
| Newsgroups | gmane.comp.python.twisted.web |
|---|---|
| Message-ID | <[email protected]> |
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