On Mon, Jan 5, 2009 at 8:04 PM, vishwajeet singh <dextrou...@gmail.com>wrote:
> Hi List, > > I am running following code to get ldap com object but the result I am > getting is unknown > I am using Python 25 and win32 bindings available at > http://downloads.sourceforge.net/pywin32/pywin32-212.win32-py2.2.exe?modtime=1217535908&big_mirror=0 > > *adsi = win32com.client.Dispatch('ADsNameSpaces') > print adsi > ldap = adsi.getobject('', 'LDAP:') > print ldap* > > OutPut: > <COMObject ADsNameSpaces> > <COMObject <unknown>> > > Any ideas what I am doing wrong ? > > -- > Cheers, > Vishwajeet > http://www.singhvishwajeet.com > > _______________________________________________ > Tutor maillist - Tutor@python.org > http://mail.python.org/mailman/listinfo/tutor > > Hi, try the following from the archive: http://mail.python.org/pipermail/python-list/1999-December/018594.html Cheers, Jervis
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor