unsubscribe
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.
Hey Mark I just wanted to thank you for all your help, and give you a
progress update on the situation. I downloaded an attempted to compile
python-ldap using Ubuntu's OpenLDAP development libs and had no luck.
I then proceeded to download OpenLDAP and compiled it from source. I
was then able to
Mark Sapiro wrote:
> Mike Rosile wrote:
>
>> Mark Sapiro wrote:
>>
>>> I'm guessing that the command line python invocation finds the ldap
>>> module because its path is in the PYTHONPATH environment variable.
>>> This doesn'
Hey Mark, thanks for reply and insight! Please note my
comments/questions below:
Mark Sapiro wrote:
> I'm guessing that the command line python invocation finds the ldap
> module because its path is in the PYTHONPATH environment variable.
> This doesn't work with the Mailman CGI wrapper because
I'm trying to write to implement LDAPMemberships v3 using Mailman
v2.1.9, but I keep getting an error in the Mailman error log that says
"ImportError: No module named ldap".
For the record, I can import 'ldap' (aka python-ldap) from a regular
python script (from the command line).
I know Mailman
I'm trying to write to implement LDAPMemberships v3 using Mailman
v2.1.9, but I keep getting an error in the Mailman error log that says
"ImportError: No module named ldap".
For the record, I can import 'ldap' (aka python-ldap) from a regular
python script (from the command line).
I know Mailman