Re: [Zope] Zone 4 issue: The 'Paste' distribution was not found and is required by the application

2019-06-17 Thread Michael Howitz
Am 14.06.2019 um 17:12 schrieb Giampiero Benvenuti : > Thanks Jens & Alberto, > > you right, I guess the paste version was not up to date: Hm, the problem smells like https://github.com/zopefoundation/Zope/issues/452 and Paste is actually missing from requirements-full.txt Last time I was not

Re: [Zope] Zone 4 issue: The 'Paste' distribution was not found and is required by the application

2019-06-14 Thread Giampiero Benvenuti
Thanks Jens & Alberto, you right, I guess the paste version was not up to date: ./bin/pip install paste Collecting paste Using cached https://files.pythonhosted.org/packages/fc/8e/287533a1515f2e9eaf34be06f35e8f170d0cb625a2ada2c5e41c0b9ae1e5/Paste-3.0.8-py2.py3-none-any.whl Requirement already

Re: [Zope] Zone 4 issue: The 'Paste' distribution was not found and is required by the application

2019-06-14 Thread Jens Vagelpohl
You can run “bin/pip install Paste” in the virtualenv. jens > On 14. Jun 2019, at 13:46 , Giampiero Benvenuti > wrote: > > Hello, > > I was wondering if somebody run into this error, and how should I take care > of it: > > python3.6 -m venv zope4.0 > cd zope4.0 > bin/pip install -r >

[Zope] Zone 4 issue: The 'Paste' distribution was not found and is required by the application

2019-06-14 Thread Giampiero Benvenuti
Hello, I was wondering if somebody run into this error, and how should I take care of it: python3.6 -m venv zope4.0 cd zope4.0 bin/pip install -r https://zopefoundation.github.io/Zope/releases/4.0/requirements-full.txt bin/mkwsgiinstance -d . bin/runwsgi -v etc/zope.ini Error: File