>One advantage we've had so far is that django has no dependencies, so >its easy to get up and running. Is there a sane way that we could >include louie with django (a snapshot in the svn?), but not in eggs, so >that the egg version will do the setuptools-ly correct thing and >download/require it?
Two ways I see: - add dependencies to the Django egg to pull in the louis stuff - use svn:external (or whatever that is named) to pull in the whole louis SVN trunk into Django and add support for installing that to our setup.py bye, Georg