Questions tagged [buildout]

zc.buildout is a Python-based build system for creating, assembling and deploying applications from multiple parts, some of which may be non-Python-based. It lets you create a buildout configuration and reproduce the same software later on.

zc.buildout is a Python-based build system for creating, assembling and deploying applications from multiple parts, some of which may be non-Python-based. It lets you create a buildout configuration and reproduce the same software later. An application may contain multiple programs, processes, and configuration settings.

359 questions
0
votes
1 answer

Zope buildout for development environment

Is it possible to have Zope2 buildout unpack python files into their normal directories like how standard python modules do, and not under separate .egg directories? It makes looking for files easier when debugging.
Chui Tey
  • 5,436
  • 2
  • 35
  • 44
0
votes
2 answers

Plone - parsing error in buildout.cfg - "PlonePlonebuildout configuration files[test]"

So I'm trying to work through the Plone 4 book and I copied a buildout file (from page 51) that contains the following lines: [instance] recipe = plone.recipe.zope2instance http-address = 8080 user = admin:admin verbose-security = on eggs…
tadasajon
  • 14,276
  • 29
  • 92
  • 144
0
votes
1 answer

Plone 4.1 - Running bin/buildout crashes while setting up a fresh installation - zope.configuration 3.7.4. not recognized

I'm using Plone 4.1 and trying to run bin/buildout in a fresh directory, having just managed to get python bootstrap.py --distribute to work. bin/buildout runs along fine for a couple of minutes, downloading various distributions, then crashes with…
tadasajon
  • 14,276
  • 29
  • 92
  • 144
0
votes
2 answers

Automating customisation of Django projects after '$ django-admin.py startproject my_project' with zc.buildout

I have skimmed the official zc.buildout documentation and some tuts but I haven't found a clear answer to the following question. Suppose I wanted to automate the following changes in every Django project(Django1.4) from now on, can all of those…
Bentley4
  • 10,678
  • 25
  • 83
  • 134
0
votes
1 answer

Plone - error while trying to run bootstrap.py as I attempt to start from scratch

Ok, so I bought Professional Plone 4 Development and I am now trying to work through the initial setup. Here is what I have done so far: First, I created a virtual environment called pl and a directory for this project, also called pl. Second, I…
tadasajon
  • 14,276
  • 29
  • 92
  • 144
0
votes
2 answers

Plone 4.3a2 migrated from Plone 4.2.1 gives an Archetypes ImportError: cannot import name Schema error

I have been using Plone 4.2 without problems but want to test my site with the upcoming Plone 4.3. I edited my buildout to use Plone 4.3a2 and reran buildout. Now I get ImportError: cannot import name Schema. This is what my extends section now…
David Bain
  • 2,439
  • 1
  • 17
  • 19
0
votes
1 answer

Making buildout download packages oauth2, python-openid and django-social-auth

I've been battling with a problem with the buildout script not downloading certain packages while all the other packages are downloaded correctly. My buildout script is here: [buildout] parts = python django djangoprod …
nandac
  • 335
  • 3
  • 16
0
votes
2 answers

solving paste.evalexception ImportError with plone.app.debugtoolbar?

i'm trying to include plone.app.debugtoolbar into my plone4.2 buildout, but running into the same "ImportError: No module named paste.evalexception" described near the end of Martin's announcement:…
rikb
  • 630
  • 5
  • 18
0
votes
2 answers

Including a locally developed python package in a buildout interpreter

I'm using isotoma.buildout.autodevelop to develop eggs which I'm currently developing within my buildout. I would like to include these developed eggs (which are located on the filesystem next to my buildout.cfg) as namespaces in my buildout's…
0
votes
2 answers

Buildout and zc.recipe.egg - specifying egg download URL directly?

zc.recipe.egg allows you to install any egg and its script with buildout. However, zc.recipe.egg relies on find-links and index behavior, inherit from setuptools I guess. It would like to take an egg server / HTML for scanning. What if I just want…
Mikko Ohtamaa
  • 82,057
  • 50
  • 264
  • 435
0
votes
1 answer

Install package in buildout environment

I'm using django-lfs that i installed it using buildout. Now i need to install some other packages to my development environment. My question is: What is the best way to install other packages (not system wide) in this kind of environment. Say i…
Ivan Pereira
  • 2,149
  • 3
  • 24
  • 32
-1
votes
1 answer

Docker: How to create an environment variable in the host machine that points to a directory in a docker container?

I am using Docker to run four containers to run a backend web application. The backend web application uses buildout to assemble the software. However, the frontend, which is installed and runs on the host machine (that is, not using Docker), needs…
-1
votes
1 answer

Deploy a buildout using Ansible

I have a simple Python program, which implements a prometheus exporter, that uses zdaemon via buildout. How can I deploy this using Ansible, while retaining the isolated environment that buildout makes? I've looked at Ansible's pip module but if I…
glennr
  • 2,069
  • 2
  • 26
  • 37
-2
votes
2 answers

collective.elasticsearch - plone install fails

I am trying to install collective.elasticsearch as an "add-on" into plone by adding it into the eggs and zcml sections of buildout as stated by the installation instructions on the github site. The buildout log is telling me that it installed…
Ariel
  • 21
  • 3
1 2 3
23
24