plomino / Plomino

Powerful and flexible web-based application builder
33 stars 37 forks source link

Plomino 2.0b6 on Ubuntu 19.04 #850

Open lucamancini opened 5 years ago

lucamancini commented 5 years ago

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?

ebrehault commented 5 years ago

It does not seem related to Plomino.

lucamancini commented 5 years ago

I got this error when I install Plomino. Is it right Python 2.7?

lucamancini commented 5 years ago

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 from Globals import DevelopmentMode ImportError: No module named Globals

ebrehault commented 5 years ago

Apparently you are trying to run Plone 5 with Python 3. Maybe you forgot to activate your venv?

lucamancini commented 5 years ago

Plone 5 works.... I activated venv? I hope so...

Gagaro commented 4 years ago

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