Re: Call for testing: New setup.py

2006-10-17 Thread sbain
I missed the previous discussion, but I'm not pleased with this change. The developer version of Django is made available only via Subversion, so the requirement for internet access at install is hardly a disadvantage. Django is, after all, a web framework! The best way to install development Dj

Re: Call for testing: New setup.py

2006-10-17 Thread sbain
Is there any reason to use either setuptools or distutils if one is doing an automated install of Django? Isn't it just copy or link the django directory to the Python path, copy django-admin.py to an executable path, and you are pretty much done? How would one now recommend that a new Windows de