Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m trying to install GDAL via buildout on MacOSX. I have following config: [gdal] recipe = zc.recipe.cmmi
We\'re having problems when trying to deploy a number of projects which use zc.buildout - specifically we\'re finding that they want to put their PYTHON_EGG_CACHE directories all over the show. We\'d
I\'m trying to make buildout config that installs psycopg2 egg and postgres from source if needed: parts =
I have setup.py in a buildout project: from distutils.core import setup setup(name=\'\', version=\'1.0\',
I\'m trying to get Apache Solr running inside my zc.buildout environment. I\'ve defined a simple model:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m attempting to move a project from virtualenv to buildout, but I don\'t think I\'ve grasped the whole concept of buildout. All the tutorials I\'ve found discuss buildout in the context of using it
I\'m looking for a virtual environment solution for Python applications and I would like something that respects these requirements:
I\'ve got a question about testing my Django applications in a built out Django project. First, I\'ve got the same project not built out and everything works fine. This project follows the standard D