anybox / anybox.recipe.odoo

Buildout recipe for Odoo >=8. For older versions please use anybox.recipe.openerp
http://docs.anybox.fr/anybox.recipe.odoo/current/
GNU Affero General Public License v3.0
25 stars 63 forks source link

anybox.recipe.odoo must ensure develop-eggs directory is well created before calling develop method #101

Open fjouatte opened 7 years ago

fjouatte commented 7 years ago

anybox.recipe.odoo must ensure develop-eggs directory is well created before calling develop method

Using new zc.buildout version (2.9.3) with no 'develop' or 'vcs-develop' directives in buildout.cfg leads to a weird issue : OSError: [Errno 2] No such file or directory: '/mypath/develop-eggs/tmpg0yP_Xbuild'

It seems develop-eggs directory is not created (and cannot be ?) so the recipe should check it exists before making any call to develop