Quote:
Originally Posted by kovidgoyal
Try copying the wmi.py file to C:\Python25\Lib\site-packages first
|
done; but I don't think I know what I'm doing:
import wmi, pythoncom
pythoncom.CoInitialize()
w = wmi.WMI()
devices = [c.Dependent.DeviceID.upper() for c in w.USBControllerDevice()]
for d in devices: print d
typed in but nothing...