I have the following folder structure: bootstrap.py setup.py conf/ buildout.cfg Now how do I make it so that running python bootstrap.py puts开发者_高级运维 the generated folders bin, eggs, parts,
I am looking for a simple lib/tool like paster that I can easily create custom commands without having anything to do with paste itself. I am looking to create a helper tool like paster o开发者_运维问
Is there a way to add a simple module (e.g. mymodule.py) w开发者_JS百科hich resides in the src/ directory to buildout for Plone 4? To be more specific, I have a former module I used as an ExternalMeth
Does anyone have any experience with trying to install cairo for django using buildout? It will install pycairo or py2cairo (the first is for python >3.0,the latest is for python 2.6, which I Am using
I\'m trying to use buildout for a Python package which, when used, depends on 2 extension modules: dbus-python andpygobject. Both modules make buildout fail: dbus-python lacks a setup.py file, while p
I have a django project sitting in a bitbucket repository. Is it possible to automate using buildout, the following process:
I have multiple projects that shares child apps with other projects. When working within the project directory I want to be able to make changes to the app, update it, and pull those updates into the
I am working with my friends on a Django project. The project has dependencies on some python modules. I have django and those additional dependencies installed inside a virtualenv. The code of the dj
I am trying to install collective.xdv on my Mac locally. I am following the instructions here: http://plone.org/products/collective.xdv/documentation/tutorial/advanced-xdv-theming/prerequisites
I\'m quite new to Buildout, but I just got my first Django application building in it thanks to the nice tutorial here. I\'m used to using Maven, so how do I \"add a dependency\" so Buildout will down