I\'m on Mac OSX 10.5.8. I have followed Jacob Kaplan-Moss\'s article on setting up Django with Buildout: http://jacobian.org/writing/django-apps-with-buildout/
I am using buildout.I am using it to install openerp.I would like the scripts that openerpcreates to run itself available in ${buil开发者_运维知识库dout:location}/bin
I have Mac OSX 10.5.8 with Xcode installed. I want to avoid MacPorts and want to just get a solid Python install foundation so I can then move on to mess with Django and other things. I want to use Bu
I am messing around with the combination of buildout and virtualenv to setup an isolated development environment in python that allows to do reproducible builds.