AW: [Zope3-Users] Re: Using svn checkout with zc packages

2007-07-30 Thread Roger Ineichen
Hi Jeff, Betreff: Re: [Zope3-Users] Re: Using svn checkout with zc packages [...] I feel like I need a training course or consultancy to move to buildout, which requires time and money that we just don't have. Same belongs to me. I'm sitting here and have to debug code like: def

Re: AW: [Zope3-Users] Re: Using svn checkout with zc packages

2007-07-30 Thread Gary Poster
On Jul 30, 2007, at 10:46 AM, Roger Ineichen wrote: Hi Jeff, Betreff: Re: [Zope3-Users] Re: Using svn checkout with zc packages [...] I feel like I need a training course or consultancy to move to buildout, which requires time and money that we just don't have. Same belongs to me.

Re: AW: [Zope3-Users] Re: Using svn checkout with zc packages

2007-07-30 Thread Benji York
Gary Poster wrote long term: yeah, this needs to be fixed. Jim's aware of it. Has to do with how eggs are built. AIUI, fixing it would probably happen in setuptools. Right, setuptools builds the pycs in a temporary directory and then moves them to the final location. Because the pycs

Re: AW: [Zope3-Users] Re: Using svn checkout with zc packages

2007-07-30 Thread Philipp von Weitershausen
On 30 Jul 2007, at 16:46 , Roger Ineichen wrote: Betreff: Re: [Zope3-Users] Re: Using svn checkout with zc packages [...] I feel like I need a training course or consultancy to move to buildout, which requires time and money that we just don't have. Same belongs to me. I'm sitting here

AW: [Zope3-Users] Re: Using svn checkout with zc packages

2007-07-25 Thread Roger Ineichen
Hi Florian Betreff: [Zope3-Users] Re: Using svn checkout with zc packages Florian Lindner wrote: [...] Have you looked at zc.buildout? Checkout the tutorial [1]. Also, pretty much any zope.* or zc.* package's sandbox is set up using buildout these days, providing you with lots of