I'm using ActivePython to run OSQA (To create a site just like this one!)
One thing we really need is LDAP authentication, which was provided via a patch. However, I need ldap installed on this version of python and when I try easy_install or pip it fails to install python-ldap
Is there an easy way to install python-ldap on ActivePython 2.6?