How do you import the plone.importexport add-on correctly in plone?

Viewed 71

i am trying to install the add-on: plone.importexport, but i found this error:

user@wppi94:~/Plone/zinstance$ bin/buildout
Unused options for buildout: 'deprecation-warnings'.
Installing instance.
Couldn't find index page for 'plone.importexport' (maybe misspelled?)
Getting distribution for 'plone.importexport'.
Couldn't find index page for 'plone.importexport' (maybe misspelled?)
While:
  Installing instance.
  Getting distribution for 'plone.importexport'.
Error: Couldn't find a distribution for 'plone.importexport'.

Inside the buildout.cfg eggs I wrote this:

eggs =
    plone.importexport
    collective.easyform
    Plone

I managed to install the collective.easyform component, but I couldn't install this plone.importexport, can you tell me why it happened?

1 Answers
Related