[Zope3-dev] Renaming: Feedback

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


> I just updated the my renaming sandbox, and the following happened:
> 
> - All tests pass (without ZEO - I tested it all yesterday and they passed)
> - Zope started using 'make run'
> - The Browser gave me the following Error:
> line 55, in _cook_check
>     self.pt_edit(open(self.filename), None)
> IOError: [Errno 2] No such file or directory: 
> '/home/srichter/Zope3/Zope3-Rename/src/zope/app/browser/IBrowser.pt'

Try again; I fixed something in this area.  (The configure.zcml was
referring to the wrong template; it's introspector.pt.)

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