On Saturday 04 March 2006 11:37, Shaun Cutts wrote:
> I notice that (.).namespace/view is somewhere registered as an adapter for
> ITraversable. Is this what I need? Is there a convenience function
> somewhere to setup this and/or any other adapters I need to get ZPT running
> for doctests? Or how should I be doing my setup?

PlacefulSetup does a lot for you but not everything. You have to investigate 
which particular traversal adapter is missing and register it in your setup 
by hand. In your case this seems to be the namespace traversal adapters. 
Setting up doctests to render HTML is certainly not trivial, see for example 
SchoolTool's setup code:

http://source.schooltool.org/viewcvs/trunk/schooltool/src/schooltool/app/browser/testing.py?rev=5827&view=auto

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to