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

Reinout van Rees reinout at vanrees.org
Thu Sep 1 12:24:54 CEST 2011


On 01-09-11 07:29, Guruprasad wrote:
> Here is my buildout.cfg
> <snip>
> [buildout]
> extensions = mr.developer
> auto-checkout = wsb
> develop = src/wsb
> eggs = wsb
> parts = django
>
> [sources]
> wsb = hg<repository URL>

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.


Reinout

-- 
Reinout van Rees                    http://reinout.vanrees.org/
reinout at vanrees.org             http://www.nelen-schuurmans.nl/
"If you're not sure what to do, make something. -- Paul Graham"



More information about the Distutils-SIG mailing list