Skip to content
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

Plone 5.2 / Python 3 compatibility #17

Open
humboldtuni opened this issue Apr 16, 2020 · 1 comment
Open

Plone 5.2 / Python 3 compatibility #17

humboldtuni opened this issue Apr 16, 2020 · 1 comment

Comments

@humboldtuni
Copy link

in plone 5, this product only works when archetypes is installed. How about if there is no longer archetypes there (plone 5.2)?

@mauritsvanrees
Copy link
Member

It needs Archetypes, because it creates Archetypes objects. So if you want to use Plone without Archetypes, feed feeder would need to be rewritten to create dexterity objects instead.
I don't use this package myself anymore, so someone else would have to do the work, although I guess I can do a review of a PR.

Note that in Plone 5.2 on Python 2.7 you can still use Archetypes. It is just not automatically installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants