[Zope3-Users] Re: "dumping" a component registry

2007-09-16 Thread Chris McDonough
Thank you much Phillip! On Sep 15, 2007, at 7:04 PM, Philipp von Weitershausen wrote: Chris McDonough wrote: I'm having a bit of trouble debugging a failed browser view lookup. It has something to do with environment, because lookups for the view work in one of my sandboxes, and fail in an

Re: [Zope3-Users] Re: "dumping" a component registry

2007-09-15 Thread Stephan Richter
On Saturday 15 September 2007 19:04, Philipp von Weitershausen wrote: >  >>> from zope.component import getSiteManager >  >>> reg = getSiteManager() >  >>> from pprint import pprint >  >>> for info in reg.registeredAdapters(): > ...     pprint((info.required, info.provided, info.factory, info.name)

[Zope3-Users] Re: "dumping" a component registry

2007-09-15 Thread Philipp von Weitershausen
Chris McDonough wrote: I'm having a bit of trouble debugging a failed browser view lookup. It has something to do with environment, because lookups for the view work in one of my sandboxes, and fail in another, even though both seemingly has the same ZCML and code. Does anyone have any scrip