collective / collective.exportimport

Export and import content and other data from and to Plone
GNU General Public License v2.0
15 stars 15 forks source link

Import of plone.app.contenttypes.migration.topics import CONVERTERS not working with V 1.9 #221

Closed zopyx closed 8 months ago

zopyx commented 8 months ago

collective.exportimport==1.9 throws this import error with CMFPlone 4.3.20:


  File "/home/ajung/src/unibo/buildouts/eggs/collective.exportimport-1.9-py2.7.egg/collective/exportimport/serializer.py", line 396, in <module>
    from plone.app.contenttypes.migration.topics import CONVERTERS
zope.configuration.xmlconfig.ZopeXMLConfigurationError: File "/home/ajung/src/unibo/buildouts/parts/instance/etc/site.zcml", line 16.2-16.23
    ZopeXMLConfigurationError: File "/home/ajung/src/unibo/buildouts/eggs/Products.CMFPlone-4.3.20-py2.7.egg/Products/CMFPlone/configure.zcml", line 98.4-102.10
    ZopeXMLConfigurationError: File "/home/ajung/src/unibo/buildouts/eggs/collective.exportimport-1.9-py2.7.egg/collective/exportimport/configure.zcml", line 95.2-96.52
zopyx commented 8 months ago

Customer has been using plone.app.contenttypes == 1.0.0 (version pin) rather than 1.1.9 (official version for Plone 4.3.20).

zopyx commented 8 months ago

Solved