Windows - remote system window text
msj at infoserv.dk
msj at infoserv.dk
Mon Feb 4 14:17:06 EST 2008
More information about the Python-list mailing list
Mon Feb 4 14:17:06 EST 2008
- Previous message (by thread): When is min(a, b) != min(b, a)?
- Next message (by thread): Windows - remote system window text
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Well, i guess you will need a process on each machine you need to monitor, and then you do have a client server setup. This can be easily accomplished with fx Pyro (http:// pyro.sourceforge.net/) for communication, and the Win32 Python library (https://sourceforge.net/projects/pywin32/) for creating a service.
- Previous message (by thread): When is min(a, b) != min(b, a)?
- Next message (by thread): Windows - remote system window text
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list