Re: djangorecipe questions

2009-09-18 Thread Chris Withers
James Bennett wrote: > On Thu, Sep 17, 2009 at 6:01 AM, Chris Withers wrote: >> All of your problems seem to center on zipped eggs. These are evil >> things anyway, and can be avoided by simply putting zip_safe=False as a >> parameter to setuptools (whether it actually comes from setuptools, or >

Re: djangorecipe questions

2009-09-17 Thread James Bennett
On Thu, Sep 17, 2009 at 6:01 AM, Chris Withers wrote: > All of your problems seem to center on zipped eggs. These are evil > things anyway, and can be avoided by simply putting zip_safe=False as a > parameter to setuptools (whether it actually comes from setuptools, or > if it comes from the main

Re: djangorecipe questions

2009-09-17 Thread Chris Withers
James Bennett wrote: > On Thu, Sep 17, 2009 at 5:23 AM, Chris Withers wrote: >> Well, I'm certainly not setuptools-happy, but Django appears to be >> wrapped up as a standard distribution on PyPI (sorry, should have said >> distro, not egg), so it would make sense to use that... > > Putting on m

Re: djangorecipe questions

2009-09-17 Thread James Bennett
On Thu, Sep 17, 2009 at 5:23 AM, Chris Withers wrote: > Well, I'm certainly not setuptools-happy, but Django appears to be > wrapped up as a standard distribution on PyPI (sorry, should have said > distro, not egg), so it would make sense to use that... Putting on my release-manager hat for a mo

Re: djangorecipe questions

2009-09-17 Thread Chris Withers
Jeroen Vloothuis wrote: > Afaik there is no proper list. I don't follow dango-users but I'm fine > with also discussing it there. Yeah, this list is pretty busy! I'll try and keep an eye out for djangorecipe related posts and forward them your way ;-) > I'm curious as to why djangorecipe