Hi Toni and others,<br><br>Yes zope list is quite silent unlike other open source projects. I&#39;m new to zope and have been having problems dealing with so many versions available in zope. I finally settled to get acquainted with zope 3, when i discovered that zope3 and bluebream are the same thing even though nobody use bluebream to describe zope 3, i&#39;m interested in zope because the project i&#39;m managing key component is developed using zope 3. <br>
<br>Now can someone please clarify my assumption that zope and bluebream are the same platform?<br><br>Secondly, I have been following the tutorial on bluebream available at <a href="http://bluebream.zope.org/doc/1.0/gettingstarted.html">http://bluebream.zope.org/doc/1.0/gettingstarted.html</a>, but i got stuck at this point ./bin/buildout with this error;<br>
<br>(my_zope_env)david@ubusvr101:/var/local/study/sampleproject$ sudo ./bin/buildout<br>Develop: &#39;/var/local/study/sampleproject/.&#39;<br>install_dir /var/local/study/sampleproject/develop-eggs/tmpvV1gjcbuild<br>Installing app.<br>
Getting distribution for &#39;zope.security==3.7.3&#39;.<br>install_dir /var/local/study/sampleproject/eggs/tmpUo9VBT<br>src/zope/security/_proxy.c:19: fatal error: Python.h: No such file or directory<br>compilation terminated.<br>
error: Setup script exited with error: command &#39;gcc&#39; failed with exit status 1<br>An
 error occured when trying to install zope.security 3.7.3. Look above 
this message for any errors that were output by easy_install.<br>While:<br>  Installing app.<br>  Getting distribution for &#39;zope.security==3.7.3&#39;.<br>Error: Couldn&#39;t install: zope.security 3.7.3<br><br>How do I resolve this ?<br>
<br>David <br><br><br><br><div class="gmail_quote">On Thu, Oct 21, 2010 at 5:00 PM,  <span dir="ltr">&lt;<a href="mailto:zope3-users-request@zope.org">zope3-users-request@zope.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Send Zope3-users mailing list submissions to<br>
        <a href="mailto:zope3-users@zope.org">zope3-users@zope.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://mail.zope.org/mailman/listinfo/zope3-users" target="_blank">https://mail.zope.org/mailman/listinfo/zope3-users</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:zope3-users-request@zope.org">zope3-users-request@zope.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:zope3-users-owner@zope.org">zope3-users-owner@zope.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Zope3-users digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. z3c.form: small patch (Toni Mueller)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 21 Oct 2010 15:47:16 +0200<br>
From: Toni Mueller &lt;<a href="mailto:support-z3u@oeko.net">support-z3u@oeko.net</a>&gt;<br>
Subject: [Zope3-Users] z3c.form: small patch<br>
To: <a href="mailto:zope3-users@zope.org">zope3-users@zope.org</a><br>
Message-ID: &lt;<a href="mailto:20101021134716.32278.qmail@oak.oeko.net">20101021134716.32278.qmail@oak.oeko.net</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
<br>
<br>
Hello,<br>
<br>
since the zope3-dev list appears to be dead, and since I have no better<br>
idea about where to put this, I send you a small patch for z3c.form<br>
version 2.4.1.<br>
<br>
Background: <a href="https://bugs.launchpad.net/singing-dancing/+bug/620608" target="_blank">https://bugs.launchpad.net/singing-dancing/+bug/620608</a><br>
<br>
Users of Singing&amp;Dancing in Plone need to detect whether z3c.form has<br>
certain features. The patch adds a feature declaration to z3c.form.<br>
<br>
<br>
--- configure.zcml.orig 2010-10-21 15:24:05.000000000 +0200<br>
+++ configure.zcml      2010-10-21 15:40:58.000000000 +0200<br>
@@ -1,6 +1,7 @@<br>
 &lt;configure<br>
     xmlns=&quot;<a href="http://namespaces.zope.org/zope" target="_blank">http://namespaces.zope.org/zope</a>&quot;<br>
     xmlns:i18n=&quot;<a href="http://namespaces.zope.org/i18n" target="_blank">http://namespaces.zope.org/i18n</a>&quot;<br>
+    xmlns:meta=&quot;<a href="http://namespaces.zope.org/meta" target="_blank">http://namespaces.zope.org/meta</a>&quot;<br>
     i18n_domain=&quot;z3c.form&quot;&gt;<br>
<br>
   &lt;!-- default z3c.form layer --&gt;<br>
@@ -9,6 +10,8 @@<br>
       type=&quot;zope.publisher.interfaces.browser.IBrowserSkinType&quot;<br>
       /&gt;<br>
<br>
+  &lt;meta:provides feature=&quot;z3c.form.checkbox-widget&quot; /&gt;<br>
+  &lt;meta:provides feature=&quot;z3c.form.radio-widget&quot; /&gt;<br>
<br>
   &lt;!-- Validators --&gt;<br>
   &lt;adapter<br>
<br>
<br>
It would be great if this patch could make it into the next version of<br>
z3c.form, or into a small patch release.<br>
<br>
<br>
Kind regards,<br>
--Toni++<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Zope3-users mailing list<br>
<a href="mailto:Zope3-users@zope.org">Zope3-users@zope.org</a><br>
<a href="https://mail.zope.org/mailman/listinfo/zope3-users" target="_blank">https://mail.zope.org/mailman/listinfo/zope3-users</a><br>
<br>
<br>
End of Zope3-users Digest, Vol 71, Issue 5<br>
******************************************<br>
</blockquote></div><br>