[Distutils] Installing the dependencies in the develop egg setup.py
Maurits van Rees
m.van.rees at zestsoftware.nl
Sat Sep 3 04:52:11 CEST 2011
Op 01-09-11 13:34, Guruprasad schreef:
> Hi,
>
> On Thu, Sep 1, 2011 at 3:54 PM, Reinout van Rees<reinout at vanrees.org> wrote:
>> On 01-09-11 07:29, Guruprasad wrote:
>> You should not need to have that "develop = src/wsb" line! When you enable a
>> source with mr.developer, it gets installed as a development egg
>> automatically.
>>
>> So: you're doing things double, which *might* be the cause of the problems
>> you see.
>
> 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.
--
Maurits van Rees
Web App Programmer at Zest Software: http://zestsoftware.nl
Personal website: http://maurits.vanrees.org/
More information about the Distutils-SIG
mailing list