[Zope3-Users] Zope3-users Digest, Vol 71, Issue 5

Adam GROSZER agroszer at gmail.com
Thu Oct 21 13:09:18 EDT 2010


Hello David,

Install a C compiler.

Thursday, October 21, 2010, 6:26:28 PM, you wrote:

da> Hi Toni and others,

da> Yes zope list is quite silent unlike other open source projects.
da> I'm new to zope and have been having problems dealing with so many
da> versions available in zope. I finally settled to get acquainted
da> with zope 3, when i discovered that zope3 and bluebream are the
da> same thing even though nobody use bluebream to describe zope 3,
da> i'm interested in zope because the project i'm managing key
da> component is developed using zope 3. 

da> Now can someone please clarify my assumption that zope and bluebream are the same platform?

da> Secondly, I have been following the tutorial on bluebream
da> available at
da> http://bluebream.zope.org/doc/1.0/gettingstarted.html, but i got
da> stuck at this point ./bin/buildout with this error;

da> (my_zope_env)david at ubusvr101:/var/local/study/sampleproject$ sudo ./bin/buildout
da> Develop: '/var/local/study/sampleproject/.'
da> install_dir /var/local/study/sampleproject/develop-eggs/tmpvV1gjcbuild
da> Installing app.
da> Getting distribution for 'zope.security==3.7.3'.
da> install_dir /var/local/study/sampleproject/eggs/tmpUo9VBT
da> src/zope/security/_proxy.c:19: fatal error: Python.h: No such file or directory
da> compilation terminated.
da> error: Setup script exited with error: command 'gcc' failed with exit status 1
da> An error occured when trying to install zope.security 3.7.3. Look
da> above this message for any errors that were output by easy_install.
da> While:
da> Installing app.
da> Getting distribution for 'zope.security==3.7.3'.
da> Error: Couldn't install: zope.security 3.7.3

da> How do I resolve this ?

da> David 



da> On Thu, Oct 21, 2010 at 5:00 PM, <zope3-users-request at zope.org> wrote:
da> Send Zope3-users mailing list submissions to
da>        zope3-users at zope.org

da> To subscribe or unsubscribe via the World Wide Web, visit
da>        https://mail.zope.org/mailman/listinfo/zope3-users
da> or, via email, send a message with subject or body 'help' to
da>        zope3-users-request at zope.org

da> You can reach the person managing the list at
da>        zope3-users-owner at zope.org

da> When replying, please edit your Subject line so it is more specific
da> than "Re: Contents of Zope3-users digest..."


da> Today's Topics:

da>   1. z3c.form: small patch (Toni Mueller)


da> ----------------------------------------------------------------------

da> Message: 1
da> Date: Thu, 21 Oct 2010 15:47:16 +0200
da> From: Toni Mueller <support-z3u at oeko.net>
da> Subject: [Zope3-Users] z3c.form: small patch
da> To: zope3-users at zope.org
da> Message-ID: <20101021134716.32278.qmail at oak.oeko.net>
da> Content-Type: text/plain; charset=us-ascii



da> Hello,

da> since the zope3-dev list appears to be dead, and since I have no better
da> idea about where to put this, I send you a small patch for z3c.form
da> version 2.4.1.

da> Background: https://bugs.launchpad.net/singing-dancing/+bug/620608

da> Users of Singing&Dancing in Plone need to detect whether z3c.form has
da> certain features. The patch adds a feature declaration to z3c.form.


da> --- configure.zcml.orig 2010-10-21 15:24:05.000000000 +0200
da> +++ configure.zcml      2010-10-21 15:40:58.000000000 +0200
da> @@ -1,6 +1,7 @@
da>  <configure
da>     xmlns="http://namespaces.zope.org/zope"
da>     xmlns:i18n="http://namespaces.zope.org/i18n"
da> +    xmlns:meta="http://namespaces.zope.org/meta"
da>     i18n_domain="z3c.form">

da>   <!-- default z3c.form layer -->
da> @@ -9,6 +10,8 @@
da>       type="zope.publisher.interfaces.browser.IBrowserSkinType"
da>       />

da> +  <meta:provides feature="z3c.form.checkbox-widget" />
da> +  <meta:provides feature="z3c.form.radio-widget" />

da>   <!-- Validators -->
da>   <adapter


da> It would be great if this patch could make it into the next version of
da> z3c.form, or into a small patch release.


da> Kind regards,
da> --Toni++


da> ------------------------------

da> _______________________________________________
da> Zope3-users mailing list
da> Zope3-users at zope.org
da> https://mail.zope.org/mailman/listinfo/zope3-users


da> End of Zope3-users Digest, Vol 71, Issue 5
da> ******************************************



-- 
Best regards,
 Adam GROSZER                            mailto:agroszer at gmail.com
--
Quote of the day:
Froud's Law: A transistor protected by a fast acting fuse will protect the fuse by blowing first.



More information about the Zope3-users mailing list