[Zope] http://www.benjiyork.com/quick_start/ - tutorial - problems
	with...
    michael nt milne 
    michael.milne at gmail.com
       
    Tue Apr  1 13:26:29 EDT 2008
    
    
  
Hi
Seems to be a couple of problems with this tutorial:
http://www.benjiyork.com/quick_start/
1. Adding this to your configure.zcml
<browser:addMenuItem
      class=".hello.HelloWorld"
      title="QS Hello World"
      permission="zope.ManageContent"
  />
doesn't add anything to the add item drop-down in Zope
2. When following all the steps exactly and going to http://localhost:8080/hello
You get a resource not found.
By the way the <include package="hello" />...shouldn't that be
<include package="hello" file="configure.zcml" />?
Thanks
-- 
michael
    
    
More information about the Zope
mailing list