Re: Python Evangelism

2006-03-10 Thread Benny
Paul Boddie wrote: > Bizarre names may be cute (to some people) but they don't lend > themselves to guessing or searching. Consequently, people who want > answers yesterday aren't likely to be amused to eventually discover > that the name of the resource they've been looking for is some opaque, >

Re: a hobbyist's dilemma

2006-03-30 Thread Benny
John Salerno wrote: > Anyway, any suggestions are appreciated! What've you got for hobbies? As my first Python based project I wrote something that put up a GUI and allowed me to add and delete records in a file so that I could catalogue my model railway collection. Now I could have used a dB pa

Ldap Extended Operation python

2009-01-26 Thread Benny Fallica
Hello there, what would be the python implementation for this line in Java: java.util.Hashtable environment = LdapHelper.getEnvironment(url, true); LdapContext ldapContext = new InitialLdapContext(environment, null); Response resp = (Response) ldapContext.extendedOperation(new Request()) how to