Hello, I'm trying to follow Aspeli, pp 69-71, where he describes the initial creation of a policy product using
paster create -t plone optilux.policy I have tried the same using a fresh plone site (created via paster create -t plone3_buildout...). I named my policy product "me.test" (created in the src folder obviously). I edited my buildout.cfg to add "me.test" under "eggs", "src/me.test" under "develop" and "me.test" under [instance] zcml, and then rerun buildout. See: http://paste.plone.org/28645 I can go into bin/zopepy, and run "from me import test" and I get no errors. When I restart plone/zope, the product doesn't show in Control_Panel under Add-On Products though. Any ideas? Contents of src/me.test: http://paste.plone.org/28646 Contents of src/me.test/me/test/configure.zcml: http://paste.plone.org/28647 -- View this message in context: http://n2.nabble.com/Simple-extension-policy-product-doesn%27t-show-in-Products-tp3143252p3143252.html Sent from the Product Developers mailing list archive at Nabble.com. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
