calldll

Dave Forgac news at tylerdave.com
Thu Apr 4 16:48:32 EST 2002


I am trying to make a python module similar to the perl module
Win32::SystemInfo.  The perl module uses a dll called cpuspd.dll.  I am
trying to use this same dll within python.  The function in the dll is
called 'GetCpuSpeed'.  I have not been able to find much documentation on
the subject but from what i can see, calldll seems to be my best bet.  Can
anyone point me in the right direction?

-Dave Forgac





More information about the Python-list mailing list