Question

Hello I'm trying to install PloneBooking Product into my Plone 4.3.3 by using buildout.cfg like this

eggs =
    Products.PloneBooking
    Products.PloneFormGen
    Products.ZMySQLDA
    Plone
    Pillow

Automatically I can see the PloneFormGen into my plugins page but no sign of PloneBooking, It could've be a version issue. I've already tried using mr.developer and using the github version, but the documentation is confusing since there's no [eggs] into my buildout.cfg in this link http://plone.org/documentation/kb/installing-add-ons-quick-how-to . How can I proceed from this point?

Thanks already.

Was it helpful?

Solution

Looks like there's a python version problem in some modules, so I've just installed a different version of PloneBooking into my [versions] section, like:

Products.PloneBooking = 3.0.0a2

no need for mr.developer or anything.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top