Re: [Zope3-dev] zope.i18n dependency in zope.configuration

2006-10-22 Thread Fred Drake
On 10/22/06, Baiju M [EMAIL PROTECTED] wrote: So any module imported should be added as a dependency. Then, what about modules imported in test files (*.txt or test*.py files) ? Pretty much; there are cases where a package might import something conditionally in order to improve integration,

[Zope3-dev] More eggification: zope.lifecycleevent, zope.location

2006-10-22 Thread Baiju M
Hi, Can any please review this: http://svn.zope.org/zope.lifecycleevent/ http://svn.zope.org/zope.location/ zope.location depends on zope.app.component (ISite interface) How to make eggs for zope.app.component ? Any example zope.app.* egg ? Regards, Baiju M

[Zope3-dev] More eggification: zope.lifecycleevent, zope.location

2006-10-22 Thread Baiju M
On 10/22/06, Baiju M [EMAIL PROTECTED] wrote: Hi, Can any please review this: http://svn.zope.org/zope.lifecycleevent/ http://svn.zope.org/zope.location/ zope.location depends on zope.app.component (ISite interface) How to make eggs for zope.app.component ? Any example zope.app.* egg ? I

Re: [Zope3-dev] Zope Configuration Processing and Side Effects

2006-10-22 Thread Jim Fulton
Baiju M wrote: On 10/21/06, Jim Fulton [EMAIL PROTECTED] wrote: At: http://dev.zope.org/Zope3/ZopeConfigurationProcessingAndSideEffects I have added this page to new wiki: http://zope3.zwiki.org/ZopeConfigurationProcessingAndSideEffects Also updated the index,

[Zope3-dev] Representation for Zope at PyCon 2007

2006-10-22 Thread Jeff Rush
PyCon 2007 will be held in Addison (Dallas) from Feb 23 to 25, and we're fast approaching the talk submission deadline of Oct 31. I'd like to encourage talks about Zope, particularly how to get started with Zope and also the new technologies coming out of Zope 3. Information on both of those

Re: [Zope3-dev] More eggification: zope.lifecycleevent, zope.location

2006-10-22 Thread Jim Fulton
Baiju M wrote: Hi, Can any please review this: http://svn.zope.org/zope.lifecycleevent/ http://svn.zope.org/zope.location/ zope.location depends on zope.app.component (ISite interface) How to make eggs for zope.app.component ? Any example zope.app.* egg ? I don't have time to look at

Re: [Zope3-dev] Zope Configuration Processing and Side Effects

2006-10-22 Thread Jim Fulton
I should have read on before posting. Please disregard. :) Jim Jim Fulton wrote: Baiju M wrote: On 10/21/06, Jim Fulton [EMAIL PROTECTED] wrote: At: http://dev.zope.org/Zope3/ZopeConfigurationProcessingAndSideEffects I have added this page to new wiki:

[Zope3-dev] Re: zope.i18n dependency in zope.configuration

2006-10-22 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fred Drake wrote: On 10/22/06, Baiju M [EMAIL PROTECTED] wrote: So any module imported should be added as a dependency. Then, what about modules imported in test files (*.txt or test*.py files) ? Pretty much; there are cases where a package

Re: [Zope3-dev] Re: Zope Configuration Processing and Side Effects

2006-10-22 Thread Jim Fulton
Philipp von Weitershausen wrote: Jim Fulton wrote: At: http://dev.zope.org/Zope3/ZopeConfigurationProcessingAndSideEffects I've written an informational proposal stating the goal for eliminating side effects, other than import, during the first phase of configuration processing and

Re: [Zope3-dev] Re: zope.i18n dependency in zope.configuration

2006-10-22 Thread Jim Fulton
Tres Seaver wrote: ... Rkght: we should record that using the extra features of eggs[1] (so that the dependency is pulled in, but only if that feature is required). I'm uncomfortable with this feature of eggs. I should voice my discomfort on the distutils-sig list. Extras seem to me to be a

[Zope3-dev] RFC: Zope Configuration Egg Support

2006-10-22 Thread Jim Fulton
I've created a small proposal to add egg support to zope.configuration: http://zope3.zwiki.org/ZopeConfigurationEggSupport Comments welcome. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope

[Zope3-dev] Re: Zope Configuration Processing and Side Effects

2006-10-22 Thread Philipp von Weitershausen
Jim Fulton wrote: At: http://dev.zope.org/Zope3/ZopeConfigurationProcessingAndSideEffects I've written an informational proposal stating the goal for eliminating side effects, other than import, during the first phase of configuration processing and generally minimizing first phase

[Zope3-dev] RFC: Loading Configuration from the zope.app Egg

2006-10-22 Thread Jim Fulton
I've created a proposal to deal with eggifying zope.app: http://zope3.zwiki.org/LoadingConfigurationFromTheZopeAppEgg Comments welcome. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope

[Zope3-dev] RFC: ZCML Filtering Support

2006-10-22 Thread Jim Fulton
I've created a proposal: http://zope3.zwiki.org/ZCMLFilteringSupport to support filtering configuration actions based on keywords. Comments welcome. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714

Re: [Zope3-dev] Re: Zope Configuration Processing and Side Effects

2006-10-22 Thread Stephan Richter
On Sunday 22 October 2006 14:21, Jim Fulton wrote: 2. Making it much easier to implement configuration handlers and     actions is important when there are many different handlers and     actions.  This was true when we moved to schema-based     configuration but now many of us would like to