Re: [python-win32] Python Hooks Navigation Logger Windows

2010-06-15 Thread Tim Roberts
On 6/14/2010 8:14 PM, R. Alan Monroe wrote: >>> ... >>> Someone knows how I can do this? I read and used the library pyhook, because >>> I think that I need hooks, specially the WH_GETMESSAGE but pyhook doesn't >>> use it and doesn't give the path only things like the Message, the time, the >>> nam

Re: [python-win32] Python Hooks Navigation Logger Windows

2010-06-15 Thread José Benito Camiña Prado
On 6/14/2010 8:14 PM, R. Alan Monroe wrote: >>> ... >>> Someone knows how I can do this? I read and used the library pyhook, because >>> I think that I need hooks, specially the WH_GETMESSAGE but pyhook doesn't >>> use it and doesn't give the path only things like the Message, the time, the >>> na

Re: [python-win32] Python Hooks Navigation Logger Windows

2010-06-15 Thread Dahlstrom, Roger
You could tail the log file... From: [email protected] To: [email protected] ; [email protected] Sent: Tue Jun 15 18:33:41 2010 Subject: Re: [python-win32] Python Hooks Navigation Logger Windows On 6/14/2010 8:14 PM

Re: [python-win32] Python Hooks Navigation Logger Windows

2010-06-15 Thread Tim Roberts
On 6/15/2010 3:33 PM, José Benito Camiña Prado wrote: > José Camiña (sacaquija): > May be I can use that but I need communication with python too, what I mean > is that > the program, for example the Filemon send messages to a resident program, so > it´s good > to write in a file but I need als