How do I get the PC's Processor speed?

"Martin v. Löwis" martin at v.loewis.de
Tue Nov 6 16:17:06 EST 2007


> Is this a WMI function or a PyWin32 function?  I guess I'm not seeing
> how to actually implement this in Python. Sounds intriguing though.

Neither, nor. It's a Win32 function, period (not Py). You would have to
use ctypes or some such to call it. See

http://msdn2.microsoft.com/en-us/library/ms724509.aspx

Regards,
Martin



More information about the Python-list mailing list