[Zope3-Users] Zope 3.4.0 beta 2 Released!

2007-11-05 Thread Stephan Richter
November 5, 2007 - The Zope 3 development team announces the Zope 3.4.0b2 release. This release is the second beta release for Zope 3.4.0. It was preceded by an early beta 1 release back in July. Zope 3.4 introduces support for binary large objects in the ZODB, and provides a new postprocessing h

Re: [Zope3-Users] Buildout fails with zope.recipe.egg 1.0.0 vs 1.0.0b6 conflict

2007-11-05 Thread Jim Fulton
Did zopepy previously specify "zc.recipe.egg ==1.0.0b6" as it's recipe? Does zopepy have an uninstall recipe? I'd be interested in seeing your existing .installed.cfg and buildout.cfg. You can send them to me privately. No need to inflict it on everybody else. :) To work around this, I su

[Zope3-Users] Buildout fails with zope.recipe.egg 1.0.0 vs 1.0.0b6 conflict

2007-11-05 Thread Derek Richardson
zc.recipe.egg was released 2 days ago. Now, when trying to re-run a buildout that was done before the z.r.e release, I get a VersionConflict: # [EMAIL PROTECTED] share-it]$ bin/buildout Develop: '/srv/share-it/quills.remoteblogging' Develop: '/srv/share-it/quills.core' Develop: '/srv/share-

Re: [Zope3-Users] Re: lack of security declaration: bug or feature?

2007-11-05 Thread Thierry Florac
Le lundi 05 novembre 2007 à 12:35 +0100, Lorenzo Gil Sanchez a écrit : > Oh, that's true indeed. It's a shame IOrderedContainer is defined as > inheriting from IContainer because I can't declare a permission for the > updateOrder method in an independent way. Something like: I want Public > permiss

Re: [Zope3-Users] Re: lack of security declaration: bug or feature?

2007-11-05 Thread Lorenzo Gil Sanchez
El vie, 02-11-2007 a las 22:32 +0100, Philipp von Weitersehausen escribió: > I think OrderedContainer is a base class for your own container types. I > don't see a problem if it doesn't have security declarations. > I understand. Thanks for the aclaration. > By the way, you probably want to sp

[Zope3-Users] Re: Getting started with a zope 3 install as eggs

2007-11-05 Thread Philipp von Weitershausen
Jesper Petersen wrote: Thanks for your replies Philipp and Brandon, Things are more clearly now :) So zopeproject _only_ deals with setting up the environment for you, when you run buildout eggs actually get installed. And, I don't need zopeproject on my hosting machine at all, I just test and

Re: [Zope3-Users] Re: Getting started with a zope 3 install as eggs

2007-11-05 Thread Jesper Petersen
Thanks for your replies Philipp and Brandon,Things are more clearly now :) So zopeproject _only_ deals with setting up the environment for you, when you run buildout eggs actually get installed. And, I don't need zopeproject on my hosting machine at all, I just test and develop on my personal machi