InstallationΒΆ
You will need Python version 2.4 or better to run Products.LDAPMultiPlugins. Development of Products.LDAPMultiPlugins is done primarily under Python 2.6, so that version is recommended.
Warning
To successfully install Products.LDAPMultiPlugins, you will need setuptools installed on your Python system in order to run the easy_install command.
It is advisable to install Products.LDAPMultiPlugins into a virtualenv in order to obtain isolation from any “system” packages you’ve got installed in your Python version (and likewise, to prevent Products.LDAPMultiPlugins from globally installing versions of packages that are not compatible with your system Python).
After you’ve got the requisite dependencies installed, you may install Products.LDAPMultiPlugins into your Python environment using the following command:
$ easy_install Products.LDAPMultiPlugins
If you use zc.buildout you can add Products.LDAPMultiPlugins to the necessary eggs section to have it pulled in automatically.
When you easy_install Products.LDAPMultiPlugins, the python-ldap libraries are installed if they are not present.