Le 17 août 2010 à 09:16, Suresh V. a écrit : > Tried to install python-ldap using buildout as described in: > > http://bluedynamics.com/articles/jens/python-ldap-as-egg-with-buildout > > It wants to easy_install rather than use zc.recipe.egg:custom > > Is this something that has broken or am I missing a step? > > Suresh
Hi, I prefer to use a regular python-ldap already packaged for my platform (e.g. "apt-get install python-ldap" or use Windows installer or use MacPorts python-ldap or whatever suited to your OS+Python) then use the collective.recipe.mockedeggs recipe to have it registered as an egg in a buildout. http://www.thomasdesvenain.fr/?p=43 This works like a charm and avoids the pain to have the loooooooong cmmi / compile delay most times I run the buildout. I use to do the same thing with lxml too. HTH -- Gilles Lenfant > > > > _______________________________________________ > Product-Developers mailing list > [email protected] > http://lists.plone.org/mailman/listinfo/product-developers _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
