Re: [galaxy-dev] LDAP not working release 16_01

2016-05-18 Thread Mohamed Kassam
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

Re: [galaxy-dev] LDAP not working release 16_01

2016-05-17 Thread Nicola Soranzo
Hi Mohamed, you need to install python-ldap in your Python virtual environment, e.g.: $ . .venv/bin/activate (.venv)$ pip install python-ldap Cheers, Nicola Mohamed Kassam ha scritto >___ >Please keep all replies on the list

Re: [galaxy-dev] LDAP not working release 16_01

2016-05-17 Thread Nate Coraor
Hi Mohamed, You'll need to install the Python ldap module into Galaxy's virtualenv. This can be done with: /path/to/galaxy/.venv/bin/pip install python-ldap --nate On Tue, May 17, 2016 at 9:18 AM, Mohamed Kassam wrote: > Dear all, > I updated my galaxy this mornig to the