Re: [python-win32] Getting Error "Pure Virtual Function Call R6025" Error

2012-10-04 Thread vamsi krishna
Hi Paul, Thank you for sharing the information. I'm started looking for the " use-after-free errors" errors. I will update you on this. Once again thank you very much for the information. Regards, Vamsi. On Wed, Oct 3, 2012 at 6:46 PM, wrote: > I don't know how Windows C++ works, but with GCC

Re: [python-win32] unicode breaks win32com?

2012-10-04 Thread Tim Golden
On 03/10/2012 22:50, Matt LaPlante wrote: > user = 'mrunicode' > dnc = > win32com.adsi.ADsGetObject('LDAP://rootDSE').Get('DefaultNamingContext') > ado = win32com.client.Dispatch('ADODB.Connection') > ado.Open('Provider=ADsDSOObject') > lfilter = '(&(sAMAccountName=%s)(objectCategory=User))' % user