Re: [Zope3-dev] Zope Eggs

2006-03-06 Thread Nathan R. Yergler
> I think a good goal would be to have something like this: A Zope > instance home aware package/egg loader, so that in an instance home > you could add in packages like this: > > $ bin/package install zc.catalog > $ bin/package install hurry This wouldn't be difficult to implement (at least in a

Re: [Zope3-dev] Zope Eggs

2006-03-06 Thread Jeff Shell
Cool effort. One thing that I noticed in Rails when I downloaded it this weekend was how you installed plug-ins. Very easy. There are various 'sources' that can be loaded up which work, I assume, in a similar manner to how you can point easy_install at a web page and tell it 'find links'. To inst

[Zope3-dev] Zope Eggs

2006-03-05 Thread Nathan R. Yergler
During the Zope3 sprint following PyCon, Paul and I, with Jim's guidance, began work on exploring how Zope can utilize eggs and be packaged using eggs. Since we're still experimenting with how eggs will be used, I wrote a script, zpkgegg, which reads the zpkg configuration information for a packa