[Zope-dev] Setuptools / Distribute

2009-11-17 Thread Charlie Clark
Hi, I'm about to migrate my first Zope to project to buildout. Does it matter whether I use setuptools or distribute? And is there any preference for one over the other? Charlie -- Charlie Clark Managing Director Clark Consulting & Research German Office Helmholtzstr. 20 Düsseldorf D- 40215

[Zope-dev] Zope Tests: 6 OK

2009-11-17 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Mon Nov 16 12:00:00 2009 UTC to Tue Nov 17 12:00:00 2009 UTC. There were 6 messages: 6 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.10 Python-2.4.6 : Linux From: Zope Tests Date: Mon Nov 16 20:39:53 EST 2009 URL: http://

Re: [Zope-dev] Setuptools / Distribute

2009-11-17 Thread Hanno Schlichting
On Tue, Nov 17, 2009 at 10:44 AM, Charlie Clark wrote: > I'm about to migrate my first Zope to project to buildout. Does it matter > whether I use setuptools or distribute? And is there any preference for > one over the other? Preference comes down to personal choice right now. For most of the ba

Re: [Zope-dev] Setuptools / Distribute

2009-11-17 Thread Charlie Clark
Am 17.11.2009, 14:05 Uhr, schrieb Hanno Schlichting : > Preference comes down to personal choice right now. For most of the > basic operations both distribute and setuptools are equivalent. Good to know. Is the same true for pip? Interestingly I did get a conflict when I tried to use pip to ins

Re: [Zope-dev] Setuptools / Distribute

2009-11-17 Thread Charlie Clark
Am 17.11.2009, 16:35 Uhr, schrieb Attila Oláh : > One minor note, if you use the new bootstrap.py provided by distribute > ( http://python-distribute.org/bootstrap.py ), and you try to > bootstrap a project where the system-wide setuptools is older (on many > systems it's still 0.6c9), it will fai