-
* Plone CLI version: 1.1
* Python version: 2.7.16
* Operating System: OSX 10.14
When I install plonecli in a tools builout using:
```
[plonecli]
recipe = zc.recipe.egg
eggs = plonecli
```
…
-
A colleague had a dependency on h5py. The https://pypi.python.org/simple/h5py/ page contains links to the now-unused http://h5py.alfven.org/ which redirects after quite some time to the new page at ht…
-
## About
Coming from https://github.com/crate/crate-python/pull/428, where we found GHA croaks when running `buildout` with Python 3.10 on macOS 11 and macOS 12, this is a dedicated repository to r…
amotl updated
2 years ago
-
When building my instance (roughly Plone 4.3.3, I admit, but that's another story), I got a "`ValueError: ('Invalid zcml', '#')`"; apparently there was something wrong with one of my packages, but the…
-
Hey guys,
I have been playing around with buildout to install Odoo 12 on ubuntu 18.04 and finally I have successfully compiled and generated the required scripts and odoo.cfg file. But, when I run `…
abh23 updated
3 years ago
-
Different users on different platforms (OS X and Linux) with different third-party recipes have reported slight variations on this traceback:
```
An internal error occurred due to a bug in either…
-
Hi,
I need more information about configuring VSCode after installed this recipe. This is the relevant part of my `develop.cfg`:
```
[omelette]
recipe = collective.recipe.omelette
eggs = ${buil…
-
When running these tests in an isolated fashion via z3c.recipe.compattest many tests error due to phantomjs not being on the path.
```
///nti.dataserver-buildout/sources/nti.contentrendering/src/…
-
```
2013-04-09 18:44:14 INFO IMPORTING _type=eestec.portal.lc, _path=lc/rivendell
Traceback (most recent call last):
File "", line 1, in
File "/home/cfl/.cache/buildout/eggs/collective.recipe.plo…
-
Not sure if this is what was intended, but at:
https://github.com/buildout/buildout/blob/1.6.x/src/zc/buildout/easy_install.py#L1249
Then if has_broken_dash_S is true, the script_initialization param…