Log in or register to vote.

cns.recipe.zmysqlda

Recipe for installing ZMySQLDA

cns.recipe.zmysqlda is simple recipe used for installing ZMySQLDA from tarball. ZMySQLDA 2.0.8 tarball
has structure lib/python/Products/ZMySQLDA/.... and has to be extraceted manually.

Example::

[zmysqlda]
recipe = cns.recipe.zmysqlda
target = ${buildout:directory}/products

**target** is optional. Defaults to *${buildout:directory}/products*

2.0.9
=====
Fixed buildout['download-directory']

2.0.8
=====
Initial release

0