On Thu, Sep 17, 2009 at 5:23 AM, Chris Withers <ch...@simplistix.co.uk> 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 moment, I'll note that we currently *only* provide a source package and not an egg, and that's likely to remain the case for the foreseeable future, because Django is flat-out not zip-safe and probably never will be. As such, I'd strongly recommend against ever trying to install Django as an egg. Django *applications* also are not normally safe to install as eggs. Some parts of Django can handle the bizarre alternate reality setuptools creates (e.g., there's a template loader which knows how to look for templates inside eggs), but other parts can't (custom management commands will completely break, for example). -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---