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/
[email protected]             http://www.nelen-schuurmans.nl/
"If you're not sure what to do, make something. -- Paul Graham"

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to