Adam Terrey
Adam Terrey
Ok, so some possible solutions... - Solution 1: get setuptools to modify installed eggs striping the `__init__.py` from namespace modules for newer versions of python. - Solution 2: Modifiy the...
Still broke for me... **console:** ``` $ python3.6 -m venv py ... $ py/bin/pip install -U pip ... $ py/bin/pip install -U setuptools zc.buildout ... $ py/bin/buildout ... $ bin/py...
I may be able to do something next year, but it is worth discussing first. A solution I was thinking about. Would it work if there was a way to...
In terms of config and an master process/executer - that may actually be handleable inside a recipe, like such... ``` [buildout] parts = my-app frontend my-script [frontend] recipe = zc.buildout.parallel...
I think there is a case for this where you want to enable people to override values from `~/.buildout/default.cfg` npm is a good example of this, where the assumption that...
to be more precise, a default value feature allows a config file to provide values to config files lower down in the extends list.
"console.print()) is entirely unaffected by the verbosity flags." I would agree with that. However, a summary of the activity of the tool is really INFO level log output not console...