Re: [python-win32] [ANN] pywin32 build 215 released.

2011-02-21 Thread Mauro
Michel, I saw this error in two occasions: - When I had an older version of numpy (updated numpy and it worked) - When I import scikits timeseries. This package contains some pyd files, and the error was related to importing those. Unfortunately I was never able to solve this problem. (See http://

Re: [python-win32] regmon realtime

2011-02-21 Thread Tim Roberts
Pwanani Pwanani wrote: > > im trying to write a realtime > registry monitor is it possible to do that with win32api ? and if so do > you have a sample recipe i can have a look at ? > > If you are looking to monitor only a single registry key, you can use the RegNotifyChangeKeyValue API, and you sh

[python-win32] comObject set Null/None

2011-02-21 Thread Jesse Kretschmer
i wish to unset a com object value. Specifically in active directory. I have been using Tim Golden's active_directory module to connect to a user object. I have tried setting the value to '', None, and even chr(0). I am at a loss. example: import active_directory as AD userObj=AD.find_user("te