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

Guruprasad lgp171188 at gmail.com
Wed Aug 31 10:52:19 CEST 2011


Hi,

On Tue, Aug 30, 2011 at 5:06 PM, Benji York <benji at benjiyork.com> wrote:
> On Tue, Aug 30, 2011 at 5:50 AM, L. Guruprasad <lgp171188 at gmail.com> wrote:
> [...]
>> When bin/buildout command is run, the dependencies are not installed.
> [...]
>> [buildout]
>> extensions = mr.developer
>> auto-checkout = <project name>
>> develop = src/wsb
>
> Is your setup.py in src/wsb?  If not, the "develop" line should point to
> the directory that contains it.  The line is often simply "develop = ."
> (unless you have more than one develop egg in the project).

My source code is indeed in src/wsb and there is a setup.py in
src/wsb. But still the dependencies mentioned in that setup.py don't
get installed.

Thanks & Regards,
Guruprasad


More information about the Distutils-SIG mailing list