[Zope3-dev] Can't view @@contents.html on root folder

Steve Alexander steve@cat-box.net
Mon, 07 Apr 2003 00:00:29 +0200


Steve Alexander wrote:
> I'm having a problem with the Zope 3 HEAD.
> 
> When I go to http://server.tld:port/@@contents.html, I get this error:
> 
> Traceback (most recent call last):
....
> ComponentLookupError: (<zope.app.content.folder.RootFolder object at 
> 0x8ae4374>, <InterfaceClass zope.i18n.interfaces.IUserPreferredLanguages 
> at 83470fc>)
> 
> This is with Python 2.2.2 on Linux, freshly checked out and built, and 
> with a fresh Data.fs. All unit tests pass.
> 
> Here's what I get when I start Python:
> 
> Python 2.2.2 (#1, Mar 21 2003, 23:01:54)
> [GCC 3.2.3 20030316 (Debian prerelease)] on linux2

I'm seeing exactly the same thing with Python 2.3 from CVS:

Python 2.3a2+ (#2, Mar 21 2003, 22:13:05)
[GCC 3.2.3 20030316 (Debian prerelease)] on linux2


--
Steve Alexander