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.

355 questions
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…
jononomo
  • 12,340
  • 25
  • 77
  • 134
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,119
  • 1
  • 14
  • 18
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 …
navanitachora
  • 283
  • 3
  • 14
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
  • 524
  • 4
  • 17
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
  • 69,174
  • 40
  • 208
  • 346
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…
balsagoth
  • 1,959
  • 3
  • 21
  • 31
-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
  • 1,756
  • 2
  • 19
  • 33
-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