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
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to