zc.
When I install PIL using easy_install or buildout it installs in such way, that I must do 'import Image', …
python python-imaging-library easy-install buildout pipIn my setup.py file, I've specified a few libraries needed to run my project: setup( # ... install_requires = [ 'django-pipeline', 'south' ] ) …
python buildoutI am tring to create a new plone environment using python plone-devstart.py tool. I got a bootstrap error. So …
python setuptools buildoutWhen upgrading to Django 1.8 (with zc.buildout) and running syncdb or migrate, I get this message: django.db.utils.ProgrammingError: …
python django buildout django-syncdb django-1.8I've been using buildout for quite a while now without any issue, in fact I did yesterday without any problems. …
python buildoutI am using buildout to automatically download and setup the many dependencies of my Plone installation. buildout more or less …
python plone easy-install buildout