I need an example code for accessing CPU temperature in python.
I\'m running windows 7, BTW.
Check out the cputemp library.
EDIT: on windows, you might be able to convert this IronPython script which uses WMI using the python WMI library.