Python ldap module error

Discussion in 'Programming/Scripts' started by statiic, Sep 16, 2010.

  1. statiic

    statiic New Member

    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.
     

Share This Page