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 _______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
