Re: Fwd: [Zope3-dev] Re: RFC: Zope Configuration Egg Support

2006-10-23 Thread Jim Fulton
Fred Drake wrote: Resending; something went wrong along the way... -- Forwarded message -- From: Fred Drake <[EMAIL PROTECTED]> Date: Oct 23, 2006 9:44 AM Subject: Re: [Zope3-dev] Re: RFC: Zope Configuration Egg Support To: Jim Fulton <[EMAIL PROTECTED]> Cc: Rocky

Fwd: [Zope3-dev] Re: RFC: Zope Configuration Egg Support

2006-10-23 Thread Fred Drake
Resending; something went wrong along the way... -- Forwarded message -- From: Fred Drake <[EMAIL PROTECTED]> Date: Oct 23, 2006 9:44 AM Subject: Re: [Zope3-dev] Re: RFC: Zope Configuration Egg Support To: Jim Fulton <[EMAIL PROTECTED]> Cc: Rocky Burt <[EMAIL PROT

Re: [Zope3-dev] Re: RFC: Zope Configuration Egg Support

2006-10-23 Thread Jim Fulton
Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Benji York wrote: Jim Fulton wrote: Perhaps we should change the package option so that it uses the pkg_resources API to load ZCML files from packages. +1 I'd prefer not having to specify if the source was an egg or just a "nor

[Zope3-dev] Re: RFC: Zope Configuration Egg Support

2006-10-23 Thread Jim Fulton
Rocky Burt wrote: On Mon, 2006-23-10 at 07:54 -0400, Jim Fulton wrote: Seems strange to have to differentiate between "regular" packages and egg-available packages. Perhaps I'm expecting too much from eggs... having been spoiled by jars. We aren't taking about import. We are talking about read

[Zope3-dev] Re: RFC: Zope Configuration Egg Support

2006-10-23 Thread Rocky Burt
On Mon, 2006-23-10 at 08:46 -0400, Tres Seaver wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Benji York wrote: > > Jim Fulton wrote: > >> Perhaps we should change the package option so that it uses the > >> pkg_resources > >> API to load ZCML files from packages. > > > > +1 I'd pr

[Zope3-dev] Re: RFC: Zope Configuration Egg Support

2006-10-23 Thread Rocky Burt
On Mon, 2006-23-10 at 10:02 -0230, Rocky Burt wrote: > Unless I'm totally off base here, my feeling is that Java has done a > nice job of dealing with this situation a long time ago. Of course Java > has had jar support (and I believe ClassLoader.getResource support) > since java 1.1 and we're onl

[Zope3-dev] Re: RFC: Zope Configuration Egg Support

2006-10-23 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Benji York wrote: > Jim Fulton wrote: >> Perhaps we should change the package option so that it uses the >> pkg_resources >> API to load ZCML files from packages. > > +1 I'd prefer not having to specify if the source was an egg or just a > "normal" p

Re: [Zope3-dev] Re: RFC: Zope Configuration Egg Support

2006-10-23 Thread Benji York
Jim Fulton wrote: Perhaps we should change the package option so that it uses the pkg_resources API to load ZCML files from packages. +1 I'd prefer not having to specify if the source was an egg or just a "normal" package. -- Benji York Senior Software Engineer Zope Corporation _

[Zope3-dev] Re: RFC: Zope Configuration Egg Support

2006-10-23 Thread Rocky Burt
On Mon, 2006-23-10 at 07:54 -0400, Jim Fulton wrote: > > Seems strange to have to differentiate between > > "regular" packages and egg-available packages. Perhaps I'm expecting > > too much from eggs... having been spoiled by jars. > > We aren't taking about import. We are talking about reading f

[Zope3-dev] Re: RFC: Zope Configuration Egg Support

2006-10-23 Thread Jim Fulton
Rocky Burt wrote: On Mon, 2006-23-10 at 06:48 -0400, Jim Fulton wrote: Lennart Regebro wrote: On 10/22/06, Jim Fulton <[EMAIL PROTECTED]> wrote: I've created a small proposal to add egg support to zope.configuration: http://zope3.zwiki.org/ZopeConfigurationEggSupport Shouldn't the egg wor

[Zope3-dev] Re: RFC: Zope Configuration Egg Support

2006-10-23 Thread Jim Fulton
Philipp von Weitershausen wrote: Jim Fulton wrote: I've created a small proposal to add egg support to zope.configuration: http://zope3.zwiki.org/ZopeConfigurationEggSupport You write: We are making increasing use of Python eggs for Zope development. We need to be able to load ZCML fr

[Zope3-dev] Re: RFC: Zope Configuration Egg Support

2006-10-23 Thread Rocky Burt
On Mon, 2006-23-10 at 06:48 -0400, Jim Fulton wrote: > Lennart Regebro wrote: > > On 10/22/06, Jim Fulton <[EMAIL PROTECTED]> wrote: > >> I've created a small proposal to add egg support to zope.configuration: > >> > >>http://zope3.zwiki.org/ZopeConfigurationEggSupport > > > > Shouldn't the eg

[Zope3-dev] Re: RFC: Zope Configuration Egg Support

2006-10-23 Thread Philipp von Weitershausen
Jim Fulton wrote: I've created a small proposal to add egg support to zope.configuration: http://zope3.zwiki.org/ZopeConfigurationEggSupport You write: We are making increasing use of Python eggs for Zope development. We need to be able to load ZCML from eggs. That obviously raises th