Re: [Zope3-Users] Ch 7, lookup error in getMultiAdapter

2007-05-04 Thread Christophe Combelles
The FAQ is here: http://wiki.zope.org/zope3/FAQ Did you activate the browser submodule? By adding a include package=.browser in the recipe configure.zcml, and the __init__.py in the browser submodule? Christophe Robert Norman a écrit : Working through Web Component Development with Zope 3

[Zope3-Users] Ch 7, lookup error in getMultiAdapter

2007-05-03 Thread Robert Norman
Working through Web Component Development with Zope 3 Second Edition, I'm stuck just at the point it gets more interesting. In the interactive debug session looking at a basic view, I get a lookup error at... view = getMultiAdapter((lasagne, request), name=u'index.html') I've confirmed that