|
From: Peeyush G. <pee...@ka...> - 2002-01-29 18:26:11
|
Michael, Your links point to mailing archives of around Dec 21, 2001. But, I checked out the LDAP module somewhere around Jan 3rd, 2002 and that's the code they contained. But, possibly I might have used the wrong command while checking out the module. I'll try it again. Thanks for the info. ~Peeyush. ----- Original Message ----- From: "Michael Ströder" <mi...@st...> To: "Jens Vagelpohl" <je...@zo...> Cc: <pyt...@li...> Sent: Tuesday, January 29, 2002 12:21 AM Subject: Re: why didn't it work? > Jens Vagelpohl wrote: > > > > actually it does not work well in the latest python-ldap. importing _ldap > > will not raise an ImportError. but _ldap is crippled and will blow up the > > first time you try to call something with it. > > > > everywhere i go on the python-ldap.sourceforge.net site the docs talk of > > the "_ldap" module and code examples use "import _ldap". > > The former code examples were obviously wrong. The code examples > I've checked during the last months definitely did not import _ldap. > > > that's probably > > why i assumed that that's the canonical way of doing things. > > > > i'm just wondering why in the world that's deprecated now and importing > > ldap is the only way it works. > > Now I'm wondering why you folks on this list didn't respond to my > messages weeks ago. The changes were announced and I asked for > feedback. Check the archives. > > http://www.geocrawler.com/mail/msg.php3?msg_id=7383302&list=1568 > > http://www.geocrawler.com/mail/thread.php3?subject=Stripped+LDAPObject.c&lis t=1568 > > Note that there are significant changes going on. The Win32 binaries > floating around are python-ldap version 1.x linked against ancient > Umich libs whereas CVS version is linked against OpenLDAP 2 libs. > I'm trying to preserve backwards compability but you have to > definitely fix your code to import ldap not _ldap. > > Ciao, Michael. > > _______________________________________________ > Python-LDAP-dev mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/python-ldap-dev |