On Feb 27, 9:01 am, "abcd" <[EMAIL PROTECTED]> wrote:
> I am having trouble with pyHook on python 2.4.1. Basically I have a
> python app that uses pyHook to capture keyboard events and write them
> straight to a file. The application is running as a service on a
> windows machine. If I am at tha
On Mar 2, 7:01 pm, "abcd" <[EMAIL PROTECTED]> wrote:
> :(
The answer depends on which GUI library you use.
E.g. if you use MFC there is an object called win32ui.PyCWnd that has
methods for hooking key strokes.
--
http://mail.python.org/mailman/listinfo/python-list
:(
--
http://mail.python.org/mailman/listinfo/python-list
well the problem I have only occurs when my python app. is running as a
Windows Service. if I run the python app. as a process (i.e. from the
command line) it works as epxected via Remote Desktop.
still not sure what's going on.
On 2/28/07, Sick Monkey <[EMAIL PROTECTED]> wrote:
I have just
I have just gotten into pyHook, so I could be incredibly wrong, but I have
researched a lot into your problem. (cuz I have the same question)
I think the python program has to be on the remote machine becuase from my
understanding pyHook just reads in the windows' keyboard driver. And when
you
anyone?
--
http://mail.python.org/mailman/listinfo/python-list
I am having trouble with pyHook on python 2.4.1. Basically I have a
python app that uses pyHook to capture keyboard events and write them
straight to a file. The application is running as a service on a
windows machine. If I am at that windows machine the application
works just fine, logging my