Ahhh, that would be the reason then. I'm running Windows 7.
Thanks.
On 24 September 2013 14:49, Tim Golden wrote:
> 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
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
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.
>
> Specifically I been basing my code on
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.
Specifically I been basing my code on the
http://www.activexperts.com/admin/scripts/wmiscripts/pyt
Hi!
Thank you for info
--
Michel Claveau
- Original Message -
From: "Tim Roberts"
To: "Python-Win32 List"
Sent: Monday, September 23, 2013 7:31 PM
Subject: [python-win32] Windows 7 Python Command Line Use
I'm posting here as a help for others, because if *I* got tripped up by
th