View Single Post
Old 01-10-2008, 05:29 PM   #113
Mitchll
Cave Dweller
Mitchll once ate a cherry pie in a record 7 seconds.Mitchll once ate a cherry pie in a record 7 seconds.Mitchll once ate a cherry pie in a record 7 seconds.Mitchll once ate a cherry pie in a record 7 seconds.Mitchll once ate a cherry pie in a record 7 seconds.Mitchll once ate a cherry pie in a record 7 seconds.Mitchll once ate a cherry pie in a record 7 seconds.Mitchll once ate a cherry pie in a record 7 seconds.Mitchll once ate a cherry pie in a record 7 seconds.Mitchll once ate a cherry pie in a record 7 seconds.Mitchll once ate a cherry pie in a record 7 seconds.
 
Mitchll's Avatar
 
Posts: 220
Karma: 1986
Join Date: Oct 2006
Device: Ipad Sony reader prs-505 prs-900
Quote:
Originally Posted by kovidgoyal View Post
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...
Mitchll is offline   Reply With Quote