Plone.app.contentypes on Plone 4.3 fails to install

Installing plone.app.conttentypes on Plone 4.3.11 raises this error:

Traceback (innermost last):
Module ZPublisher.Publish, line 138, in publish
Module ZPublisher.mapply, line 77, in mapply
Module ZPublisher.Publish, line 48, in call_object
Module Products.CMFQuickInstallerTool.QuickInstallerTool, line 686, in installProducts
Module Products.CMFQuickInstallerTool.QuickInstallerTool, line 603, in installProduct

  • traceback_info: ('plone.app.contenttypes',)
    Module Products.GenericSetup.tool, line 379, in runAllImportStepsFromProfile
  • traceback_info: profile-plone.app.contenttypes:default
    Module Products.GenericSetup.tool, line 1414, in _runImportStepsFromContext
    Module Products.GenericSetup.tool, line 1226, in _doRunImportStep
  • traceback_info: plone.app.contenttypes
    Module plone.app.contenttypes.setuphandlers, line 404, in step_setup_various
    Module plone.app.contenttypes.setuphandlers, line 113, in _get_locales_info
    Module zope.i18n.locales.provider, line 76, in getLocale
    Module zope.i18n.locales.provider, line 55, in loadLocale
    LoadLocaleError: The desired locale is not available.
    Path: /plone/411/buildout-cache/eggs/zope.i18n-3.7.4-py2.7.egg/zope/i18n/locales/data/.xml

These are the versions I pinned:

Products.contentmigration = 2.1.19
plone.app.contenttypes = 1.1.5
plone.formwidget.recurrence = 1.2.6
plone.app.locales = 4.3.9
plone.app.event = 1.1.11

Any ideas how to fix this would be appreciated.

  • maybe going to Plone 4.3.15 would help
  • are your version pins different from the default ones that come with Plone 4.3.11?

Which locale is it complaining about?