![](https://secure.gravatar.com/avatar/15978ebd1f7faa822eff877efdcadd8c.jpg?s=120&d=mm&r=g)
Sept. 27, 2004
10:40 a.m.
Dear All How do I implement a 404 Page Not Found using twisted web for those resources that I did not add using putChild? class Server(resource.Resource): def getChild(self, name, request): if name == '': return self return Resource.getChild(self, name, request) Thanks, -Liming
7441
Age (days ago)
7441
Last active (days ago)
0 comments
1 participants
participants (1)
-
Tsai Li Ming