Hi,
Setuptools recommends bootstraping using ez_setup.py:
http://pythonhosted.org/setuptools/using.html
yet this project does not do so. Given that one might have a valid Python installation which does not have setuptools, perhaps it would be a good idea to bootstrap?
I am not aware of any downsides- if they exist it would be nice if they were clearly documented.
Cheers,
Álex
Hi,
Setuptools recommends bootstraping using ez_setup.py:
http://pythonhosted.org/setuptools/using.html
yet this project does not do so. Given that one might have a valid Python installation which does not have setuptools, perhaps it would be a good idea to bootstrap?
I am not aware of any downsides- if they exist it would be nice if they were clearly documented.
Cheers,
Álex