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

Guruprasad lgp171188 at gmail.com
Sat Sep 3 15:25:35 CEST 2011


Hi,

On Sat, Sep 3, 2011 at 8:22 AM, Maurits van Rees
<m.van.rees at zestsoftware.nl> wrote:
> Op 01-09-11 13:34, Guruprasad schreef:
>> Even after removing the duplication, it doesn't work :-(
>
> 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 totally wrong.

Let me try that and get back. :-)

Thanks & Regards,
Guruprasad


More information about the Distutils-SIG mailing list