Re: [python-win32] Accessing MSFT_ classes using python com / wmi

2013-09-24 Thread Joss Gray
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

Re: [python-win32] Accessing MSFT_ classes using python com / wmi

2013-09-24 Thread Tim Golden
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

Re: [python-win32] Accessing MSFT_ classes using python com / wmi

2013-09-24 Thread Tim Golden
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

[python-win32] Accessing MSFT_ classes using python com / wmi

2013-09-24 Thread Joss Gray
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

Re: [python-win32] Windows 7 Python Command Line Use

2013-09-24 Thread Michel Claveau
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