I'm using centos 5 and I have Python installed and I just installed python-ldap. However now when I use: import ldap in my python script I receive the following error: ImportError: No module named ldap What went wrong? I did not changed any configuration files.