|
From: michael nt m. <mic...@gm...> - 2007-07-23 13:18:48
|
Hi I'm getting the following error with PloneLDAP. Any information appreciated. Windows XP is the current operating system. Plone 3. My python version is 2.4.4 and is installed correctly. I Have verified this using the cmd line methond. I used the packages from http://www.agescibs.org/mauro/ , however the message I get is that 'python 2.4.4 can't be found in the registry'. The version for python 3 says the same thing ( I also have an earlier version of Plone installed) Any help appreciated. The documentation for python - ldap on Windows is a bit fragmented shall we say :-) 2007-07-23T12:48:44 ERROR Application Couldn't install PloneLDAP Traceback (most recent call last): File "C:\Program Files\Plone 3\Zope\lib\python\OFS\Application.py", line 752, in install_product global_dict, global_dict, silly) File "C:\Program Files\Plone 3\Data\Products\PloneLDAP\__init__.py", line 4, in ? from Products.PloneLDAP.plugins.ldap import PloneLDAPMultiPlugin File "C:\Program Files\Plone 3\Data\Products\PloneLDAP\plugins\ldap.py", line 5, in ? from Products.LDAPMultiPlugins.LDAPMultiPlugin import LDAPMultiPlugin File "C:\Program Files\Plone 3\Data\Products\LDAPMultiPlugins\__init__.py", line 16, in ? from LDAPMultiPlugin import LDAPMultiPlugin, \ File "C:\Program Files\Plone 3\Data\Products\LDAPMultiPlugins\LDAPMultiPlugin.py", line 25, in ? from Products.LDAPUserFolder import manage_addLDAPUserFolder File "C:\Program Files\Plone 3\Data\Products\LDAPUserFolder\__init__.py", line 13, in ? from Products.LDAPUserFolder.LDAPUserFolder import LDAPUserFolder File "C:\Program Files\Plone 3\Data\Products\LDAPUserFolder\LDAPUserFolder.py", line 34, in ? from Products.LDAPUserFolder.LDAPDelegate import filter_format File "C:\Program Files\Plone 3\Data\Products\LDAPUserFolder\LDAPDelegate.py", line 12, in ? import ldap File "C:\Program Files\Plone 3\Python\Lib\site-packages\ldap\__init__.py", line 23, in ? try: ImportError: DLL load failed: The specified module could not be found. Thanks -- michael |