-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
The master branch does not start on Plone 5. Tried on 5.1. I tried fixing things, starting with lots and lots of cleanup. See branch plone5.
I also enabled Travis, which has not run in a year.
The immediate problem was that since the last master commit 50ba82d by Jens, I get ImportError: cannot import name PTGMessageFactory on startup. I fixed that.
Current failure is that plone.app.form is missing. Tried fixing that too with zcml conditions, but too much would need to be switched off. The portlet would need to be switched to z3c.form, which should be relatively straightforward.
@jensens Your last commit has the message "make it start in Python 3 - won't work so far". Did the master branch actually start for you? How?