[web2py:16140] why can I not import ldap lib?

2009-02-10 Thread Tincho
hi, i want to use ldap-python lib to authenticate against a server. I want to encapsulate this functionality in a module. I made a class called LDAPService that uses ldap lib and i put on web2py/applications/MyApp/modules/myModule.py. The problem is that when i want to import this module from a co

[web2py:16186] Re: why can I not import ldap lib?

2009-02-11 Thread Tincho
wn python and it does not see the libs installed with your > other python. You may need to run from source. > > Massimo > > On Feb 10, 8:14 am, Tincho wrote: > > > hi, i want to use ldap-python lib to authenticate against a server. I > > want > > to encapsulate t