View Single Post
Old 05-28-2008, 10:18 PM   #12
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,434
Karma: 27757438
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
The warning can be ignored, at the green prompt type the following lines pressing enter after each line (Note that spaces at the beginning of each line are important, you can just copy paste line by line)

Code:
import wmi, pythoncom
pythoncom.CoInitialize()
_wmi = wmi.WMI()
for c in _wmi.USBControllerDevice(): print c.Dependent.DeviceID.upper()
kovidgoyal is offline   Reply With Quote