Hello, here is the problem. code like this in pythonwin: >>> import wmi >>> c = wmi.WMI() >>> print c.Win32_NetWorkAdapter.AdapterTypeID None >>> print c.Win32_NetWorkAdapter.Availability None >>> print c.Win32_NetWorkAdapter.Caption None >>> print c.Win32_NetWorkAdapter.AdapterType None <[email protected]>
this same thing happed for class Win32_Keyboard, it seems that there is not value for these attributes, even the "Caption" attribute. why?
_______________________________________________ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
