rskumar / google-apps-for-your-domain-ldap-sync

google-apps-for-your-domain-ldap-sync
0 stars 0 forks source link

Not all packages included? #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please bare with me as I don't know much about Python.  I have downloaded and 
installed Python 
2.5 on my 2003 Active Directory server.  Then downloaded your tarball and just 
extracted it onto 
the desktop.  I then opened Command Prompt and navigated to the desktop then 
ran 
sync_ldap.py.  I received the following errors:

Traceback (most recent call last):
File "C:\Documents and 
Settings\Administrator\Desktop\gafyd-ldap-sync\sync_ldap.py", line 
38, in <module>
import ldap_ctxt
File "C:\Documents and 
Settings\Administrator\Desktop\gafyd-ldap-sync\sync_ldap.py", line 
28, in <module>
import ldap
ImportError: No module named ldap

Any help appreciated.

Original issue reported on code.google.com by osborne....@gmail.com on 14 Sep 2007 at 2:21

GoogleCodeExporter commented 9 years ago
Ok now I've found and downloaded the python ldap module and put it in the pytho 
folder - that part seems to 
work ok now.  I'll probably be back though :)

Original comment by osborne....@gmail.com on 16 Sep 2007 at 2:04

GoogleCodeExporter commented 9 years ago
python-ldap is a separate package which must be installed before tryingn to use 
this
project.

Original comment by RobertEs...@gmail.com on 12 Dec 2007 at 5:39

GoogleCodeExporter commented 9 years ago
I am having the same issue.  I have python-ldap installed and am still 
receiving the 
same error.  There is no ldap module or .py file in any of the directories.

Original comment by reekotu...@gmail.com on 19 Feb 2008 at 5:51