[prev in list] [next in list] [prev in thread] [next in thread] 

List:       python-distutils-sig
Subject:    Re: [Distutils] [buildout] import develop eggs
From:       stefan tjarks <stefan () tjarks ! de>
Date:       2008-06-16 8:35:59
Message-ID: g358lf$mcj$1 () ger ! gmane ! org
[Download RAW message or body]

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

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic