[Distutils] [buildout] import develop eggs

stefan tjarks stefan at tjarks.de
Mon Jun 16 10:35:59 CEST 2008


mustapha wrote:
> You have to say to buildout that you want to use myapp in the django
> part. Add myapp to the eggs of the [django] part or add it to the
> buildout's eggs option because you are including ${buildout:eggs} in the
> [django]'s eggs. So do:
> 
> [buidlout]
> eggs =
>     psycopg2
>     myapp
> 
> develop = src/myapp
> 
> or:
> 
> [django]
> eggs =
>     ${buildout:eggs}
>     myapp

Thanks mustapha that solved the problem.

-stj



More information about the Distutils-SIG mailing list