[Mailman-Users] unsubscribe

2008-03-29 Thread Mike Rosile
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.

Re: [Mailman-Users] ImportError: No module named ldap

2007-07-26 Thread Mike Rosile
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

Re: [Mailman-Users] ImportError: No module named ldap

2007-07-25 Thread Mike Rosile
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'

Re: [Mailman-Users] ImportError: No module named ldap

2007-07-25 Thread Mike Rosile
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

[Mailman-Users] ImportError: No module named ldap

2007-07-25 Thread Mike Rosile
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

[Mailman-Users] ImportError: No module named ldap

2007-07-25 Thread Mike Rosile
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