[Zope3-dev] Introspector traceback

Guido van Rossum guido@python.org
Wed, 25 Dec 2002 13:46:03 -0500


With current CVS running, try this URL:

http://localhost:8080/++module++zope.app.content.folder.Folder

(This came from clicking the Introspector tab for the root folder, and
then clicking the link named "zope.app.content.folder.Folder" under
"Bases".)

You get a nice long traceback ending in:

    *  Module zope.app.container.traversal, line 39, in publishTraverse

TypeError: unbound method get() must be called with Folder instance as
first argument (got unicode instance instead)

--Guido van Rossum (home page: http://www.python.org/~guido/)