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

2010-06-23 Thread Tim Roberts
José Benito Camiña Prado wrote: > The thing is that in C# there is a EasyHook, that let´s you to make a > program like filemon that doesn't exists in python, I´m not good at > programming in C# I have never used it, and i have some expirience > using python thats why I want to use Python. EasyHook

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

2010-06-23 Thread José Benito Camiña Prado
16 -0700 > From: t...@probo.com > To: python-win32@python.org > Subject: Re: [python-win32] Python Hooks Navigation Logger Windows > > José Benito Camiña Prado wrote: > > > > Hi again and thanks for your answers, now a friend helped me and I > > have a program in C#

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

2010-06-23 Thread Tim Roberts
José Benito Camiña Prado wrote: > > Hi again and thanks for your answers, now a friend helped me and I > have a program in C# using the Filemon that you recommended me and it > prints the paths, but you know if there is a way to have a kind of > communication between C# and Python, what I want is t

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

2010-06-23 Thread José Benito Camiña Prado
paths being access to a program made in python that is resident. Thanks in advance! José Camiña > Date: Tue, 15 Jun 2010 15:49:10 -0700 > From: t...@probo.com > To: python-win32@python.org > Subject: Re: [python-win32] Python Hooks Navigation Logger Windows > > On 6/15/

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

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

2010-06-15 Thread Dahlstrom, Roger
You could tail the log file... From: python-win32-bounces+rdahlstrom=directedge@python.org To: t...@probo.com ; python-win32@python.org Sent: Tue Jun 15 18:33:41 2010 Subject: Re: [python-win32] Python Hooks Navigation Logger Windows On 6/14/2010 8:14

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 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-14 Thread R. Alan Monroe
>> Hi, IŽm trying to do a path logger (Navigation logger) in Python, the thing >> that I need is that the program can get the paths that de user is accesing >> in real time, for example: >> >> C:\Documents and Settings\ >> C:\Documents and Settings\Administrator\ >> C:\Documents and Settings\Admini

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

2010-06-14 Thread Tim Roberts
On 6/9/2010 7:50 PM, sacaquija wrote: > Hi, I´m trying to do a path logger (Navigation logger) in Python, the thing > that I need is that the program can get the paths that de user is accesing > in real time, for example: > > C:\Documents and Settings\ > C:\Documents and Settings\Administrator\ > C

[python-win32] Python Hooks Navigation Logger Windows

2010-06-09 Thread sacaquija
Hi, I´m trying to do a path logger (Navigation logger) in Python, the thing that I need is that the program can get the paths that de user is accesing in real time, for example: C:\Documents and Settings\ C:\Documents and Settings\Administrator\ C:\Documents and Settings\Administrator\Desktop\ C: