[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 "/Applic

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 > htt

Re: [Zope] Announcement: Zope 4.0-final released

2019-06-14 Thread Jesus Cea
On 10/5/19 14:48, Michael Howitz wrote: > On behalf of Zope developer community I am happy to announce the > final release of Zope 4. Great!. Am I supposed to be able to just upgrade a Zope 2.13.29 deployment to 4.0 without with little if any worries? I will use python 2.7 for now. My plan is:

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] Announcement: Zope 4.0-final released

2019-06-14 Thread Jens Vagelpohl
No. You will need to do extensive testing of your application jens > On Jun 14, 2019, at 16:50, Jesus Cea wrote: > >> On 10/5/19 14:48, Michael Howitz wrote: >> On behalf of Zope developer community I am happy to announce the >> final release of Zope 4. > > Great!. > > Am I supposed to be