Re: [python-win32] Connection to remote machine registry fails.

2009-09-18 Thread siddhartha veedaluru
/20090918/6c4af594/attachment.htm -- ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32 End of python-win32 Digest, Vol 78, Issue 16

Re: [python-win32] window events via SetWindowsHookExA

2009-09-18 Thread Antoine Martin
Hi Tim, Tim Roberts wrote: Antoine Martin wrote: I am trying to use SetWindowsHookExA via ctypes to be notified when Windows are mapped/unmapped, to get the same functionality as SUBSTRUCTURE_MASK events on the root X-window (or is there a better way that I have missed?) WH_CALLWNDPROC is

Re: [python-win32] python-win32 : cross database automation

2009-09-18 Thread Tim Roberts
Threader Slash wrote: I working on a client-server database solution. The system is normalized and is using MySQL. To automate some of processes I using Python. Part of the old database will be still running on Lotus Notes. After working on it, it seems that the best choice to directly

Re: [python-win32] window events via SetWindowsHookExA

2009-09-18 Thread Tim Roberts
Antoine Martin wrote: Yes, I used dll_handle without really understanding it... It just refused to register the hook otherwise, as it is a global one. I'll use another technique I think, but just for my own knowledge: if I made a DLL with my hook, how would it get loaded into the other