[Zope3-dev] trouble getting zope3 to work from cvs

Jon Dyte jon@totient.demon.co.uk
Wed, 20 Feb 2002 22:02:34 +0000 (GMT)


Hi

I've checked out Zope using cvs and the command :-

cvs -d :pserver:anonymous@cvs.zope.org:/cvs-repository -z3 checkout
-rZope-3x-branch Zope3

built it using python stupid_build.py

copied the sample_principal.zcml to principal.zcml

and started it using python z3.py.

This is all from the SettingUpAZope3Sandbox wiki


However after logging into the site using the 'stupid' login
defined in principal.zcml I am unable to add any contents
from the adder link.

I check the 'son of folder' , add a name "somerandomtext"
and click 'Add' to get :-

NotFound

Traceback (innermost last):
  Module Zope.Publisher.Publish, line 35, in executeRequest
  Module Zope.Publisher.BaseRequest, line 270, in traverse
  Module Zope.App.ZopePublication.PublicationTraverse, line 96, in traverseName
  Module Zope.App.OFS.ContainerTraverser, line 41, in browser_traverse
NotFound: http://ubiq:8080/action.html

Any ideas?


Jon