Hi all, I'd like to run Zope3 interactively (from the python prompt)... # from runzope from zope.app.server.main import setup setup(['-C', '/pathto/zope.conf']) # Now what? # under zope2 I could do something like... # import Zope # app = Zope.app() # ob = app.restrictedTraverse('/pathto/content') -Tom