On 24/09/2013 14:39, Joss Gray wrote:
> I'm trying to access the MSFT_ classes in python. Specifically
> MSFT_NetAdapter. Win32_ works fine.
> 
> But whatever I try, I get
> 
> 0x80041002 WBEM_E_NOT_FOUND
> 0x8004100E WBEM_E_INVALID_NAMESPACE
> 
> errors.

Incidentally, the MSDN page for that class:

  http://msdn.microsoft.com/en-us/library/hh968170(v=vs.85).aspx

indicates that it's Win8 / Server2012 only. Certainly that namespace
doesn't exist on my Win7 box.

TJG

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to