So the line you reference in site.zcml is the same for me, and it says look in package-includes/*-configure.zcml. That child dir wasn&#39;t actually created though so theres nothing in it. <br><br><div class="gmail_quote">
On Fri, Dec 25, 2009 at 4:47 AM, Lennart Regebro <span dir="ltr">&lt;<a href="mailto:regebro@gmail.com">regebro@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Fri, Dec 25, 2009 at 01:28, Jim Pharis &lt;<a href="mailto:binbrain@gmail.com">binbrain@gmail.com</a>&gt; wrote:<br>
&gt; I&#39;m trying to wrap my head around what the changes in Zope2.12 can mean for<br>
&gt; how I develop in Zope2 now. I&#39;ve developed things in Zope3 and am getting<br>
&gt; stuck attempting the same methods in Zope2.12. So I see now that etc/ now<br>
&gt; has a site.zcml. But what is missing is the package-includes directory that<br>
&gt; provides the wiring to zcml directives in the varies packages. Why are those<br>
&gt; configurations missing from Zope2.12.2 etc/?<br>
<br>
</div>They are?<br>
<br>
$ /opt/python26/bin/virtualenv z12<br>
$ cd z12<br>
$ bin/easy_install Zope2<br>
$ bin/mkzopeinstance -d testinst<br>
$ cd testinst<br>
$ more etc/site.zcml<br>
<br>
...<br>
&lt;include files=&quot;package-includes/*-configure.zcml&quot; /&gt;<br>
  &lt;five:loadProducts /&gt;<br>
...<br>
<br>
Looks like it&#39;s there. OK, so the directory doesn&#39;t exist, but you can<br>
create it.<br>
<br>
Most people today develop using buildout, where the zope instance<br>
recipe will create the snippets for you. But that&#39;s a different topic,<br>
really.<br>
<font color="#888888"><br>
--<br>
Lennart Regebro: Python, Zope, Plone, Grok<br>
<a href="http://regebro.wordpress.com/" target="_blank">http://regebro.wordpress.com/</a><br>
+33 661 58 14 64<br>
</font></blockquote></div><br>