> Is there a way to get a handle on an existing arbitrary object in the ZODB, > let's say index_html in the root, through a pyhton product when it > initializes? Try: index_html = self.unrestrictedTraverse('/index_html) cheers, Chris