Re: [python-win32] WMI Performance API

2006-04-11 Thread Tim Golden
[Erik Dahl] | I want to use the WMI Performance API to collect performance | information from remote boxes. The WMI stuff needs a certain amount of -- imho -- mildly bizarre plumbing work. To save you the trouble, I've put together a WMI module which I know a few people are using. http://timgo

Re: [python-win32] WMI Performance API

2006-04-11 Thread Michel Claveau
Hi! Just for info : You have many exemples of WMI with Python, on this MS's site : http://www.microsoft.com/technet/scriptcenter/scripts/python @-salutations Michel Claveau ___ Python-win32 mailing list [email protected] http://mail.

Re: [python-win32] Runnin Python app as service with separateconsole

2006-04-11 Thread Michael Li
Hi, Mark Thank you very much. See my answers below. Mark Hammond wrote: >> "install_3d_app_service.cpp" is a program to install >> sftc3win.exe(sftc_3d_app_service.cpp) >> into a Windows' service. Inside sftc_3d_app_service.cpp, it will spawn >> "python". >> After reboot the machine, no p