Re: [Distutils] Installing the dependencies in the develop egg setup.py

2011-09-05 Thread L. Guruprasad
On Saturday 03 September 2011 08:22 AM, Maurits van Rees wrote: Your setup.py says: from distutils.core import setup I wonder if it would work if instead you say: from setuptools import setup And possibly add 'setuptools' in the install_requires in your setup.py. Just guessing; I might be

[Distutils] Plans for a build command or --user support for pysetup3?

2011-09-05 Thread Brett Cannon
I just tried creating a setup.cfg for coverage.py as distribute_setup.py was hanging when run by Python default (worked fine when I installed it directly). Two things that I missed was wanting a build command (having trouble compiling coverage.py's extension module) and --user suport for install.