On Tue, Aug 30, 2011 at 5:50 AM, L. Guruprasad <[email protected]> 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
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to