Re: [Tutor] python-ldap installation

2008-08-16 Thread W W
On Sat, Aug 16, 2008 at 1:15 PM, John DeStefano <[EMAIL PROTECTED]>wrote: > > Ultimately, I'd like to automate an installation method as part of a > buildout environment script that could work on multiple platforms, but > I'm not sure that's going to be possible: Windows doesn't use apt-get, > OS X

[Tutor] python-ldap installation

2008-08-16 Thread John DeStefano
This may sound silly, but I've been searching for a reliable method for installing the python-ldap module for Python 2.4 in a Windows XP environment. Actually, I'm looking for a method that would work cross-platform with Linux and OS X as well, or at least methods that were close enough in nature

Re: [Tutor] python-ldap

2005-11-22 Thread Dan Lowe
On Nov 22, 2005, at 2:08 PM, Pat Martin wrote: > I am new to python and fairly new to programming. I have written some > ldap scripts in perl and am trying to learn how to do that in > python. I > found some code on the net using the python-ldap module (the unaltered > code is at the bottom of

Re: [Tutor] python-ldap

2005-11-22 Thread Hugo González Monteverde
Hi, Looks like they are just constants. There is really no point in printing or making any sense of their content, just use them as they are defined in the module. This is like a C #define But this is all LDAP specific... let's see: > > ## The next lines will also need to be changed to suppor

[Tutor] python-ldap

2005-11-22 Thread Pat Martin
I am new to python and fairly new to programming. I have written some ldap scripts in perl and am trying to learn how to do that in python. I found some code on the net using the python-ldap module (the unaltered code is at the bottom of this email) and have adapted it to my needs, the code wor