-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.2.0 cannot enable it #227
Comments
I tried with Plone 5.2.2 and there it works for me. It could be that something has been fixed since 5.2.0, but I wouldn't know from the top of my head. I cannot tell from the traceback, so: which Python version are you using? You MUST use Python 2.7. On install, PloneFormGen automatically installs basic Archetypes functionality. After install, I do see the Then I can add a form. But viewing it fails. I see this is because |
Now that I notice, while I am running Plone on Python 2.7, I think I will skip PFG until it has support for Python 3, because I'm migrating to Python 3. I have to point out that, in my setup, Archetypes compatibility product is not installed as part of the PFG install. Even if it would, I guess the product needs to modernize to Zope 4 / Plone 5 standards. Thanks. Love the product. I wish it could get into the 21st century. |
PloneFormGen will never get ported to Python 3. It is based on Archetypes, which itself will not get ported. The modern alternative is That being said, some effort could be put into making PloneFormGen work better on Plone 5.2, although I haven't really checked how well it currently works there. I don't think there is much interest from developers for putting time and effort into this. |
I have released 1.8.8, which fixes viewing forms and the control panel in Plone 5.2. |
Thanks. I'll make a note to try it this week and report back. Much appreciated. EDIT: will still not actually install on production until Python 3 compatibility is in. |
Backtrace after pushing Install in the control panel add-ons screen:
Archetypes compatibility product is disabled — my site is Archetypes-free.
The text was updated successfully, but these errors were encountered: