Open lucamancini opened 5 years ago
It does not seem related to Plomino.
I got this error when I install Plomino. Is it right Python 2.7?
Thesa are the details in my terminal
/Plone/buildout-cache/eggs/Products.CMFPlomino-2.0b6-py2.7.egg/Products/CMFPlomino/init.py", line 7, in
Apparently you are trying to run Plone 5 with Python 3. Maybe you forgot to activate your venv?
Plone 5 works.... I activated venv? I hope so...
It's an error related to plone 5.2 which include zope 4. I started a branch to fix those: https://github.com/plomino/Plomino/tree/compatibility-5.2
Hi! I'm trying to install Plomino on a VM (Vurtual Box) with Ubuntu 19.04 in Plone 5. After buildout I try to start Plone and got the following error
ImportError: No module named Globals
Any hint?