[Distutils] Installing the dependencies in the develop egg setup.py
Benji York
benji at benjiyork.com
Tue Aug 30 13:36:53 CEST 2011
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).
--
Benji York
More information about the Distutils-SIG
mailing list