rh0dium a écrit :
> Hi
> 
> I really like your approach but when do you actually get connected??
> You never call the method connect?

oops :(

(snip whole code)
>>if __name__ == '__main__':
>>     truc = NSCLdap()
        truc.connect() # was missing
>>     truc.search()
> 

BTW, you'd better let exceptions propagate from connect(), and catch'em 
in the calling code.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to