On 03/14/2012 05:46 PM, Lusana Ali wrote: > class Main(Resource): > > def get_child(self, name, request): > print "trying to get main" > return IndexPage()
Try changing get_child to getChild. --Enrique _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
