Dear All,
I tried to do it.
I checked my .bashrc it was incorrect because before it was
source ~/galaxy_env/bin/activate
So when I was doing python
import library it was not working
I changed to /home/galaxy/galaxy-dist/.venv/bin/activate
Now when I am doing python then import ldap it is working well.
However now after doing bash run.sh and trying to log I have still the problem galaxy.auth.providers.ldap_ad DEBUG 2016-05-18 10:07:35,773 LDAP authenticate: could not load ldap module
Dont know how to check now which python the Galaxy is using ?
Mohamed