Hi Remram, On Wednesday, December 4, 2013 4:56:55 PM UTC+1, Remram wrote: > > November 24 14:37, Florian Apolloner >> >> I am pretty much against setuptools and given that pip is somewhat >> becoming the defacto-standard to install stuff >> > > I completely agree to this. And setuptools is an important part of pip... > In fact, pip has a strong dependency on setuptools, and automagically > translates calls to distutils to setuptools to get stuff to work. [1] >
To my understanding of https://github.com/pypa/pip/blob/develop/pip/req.py#L633 pip will use setuptools for installing -- so why do you need setuptools in Django itself? Also (refering to your first post), why is associating stuff with .py files a bad idea? Cheers, Florian -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/9157187e-35ab-4d4c-afb0-936e938d8149%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
