I am working on a program in python to monitor temperature of cpu and various other things including motherboard voltages.

I have tried using wmi, and acpi to read the probes, and have had no luck. this has been discussed here: http://www.python-forum.org/pythonfo...hp?f=1&t=26726

I am now trying to read from a dll with ctypes module and am wondering if anyone knows what .dll(s) are used to get the readings for things like Win32_TemperatureProbe. if anyone could help it would be greatly appreciated.