siddhartha veedaluru wrote:
>> From: Tim Golden <[EMAIL PROTECTED]>
>> Just to test, could you run this code to see if it produces
>> the same result? (This is basically what the wmi module
>> does behind the scenes).
>> 
>> <code>
>> import win32com.client
>> win32com.client.GetObject ("winmgmts:")
>> 
>> </code>
>> TJG

> -------------------------------------------
> Hi ,
> 
> I have tried the snipped
> The script just terminted with any output or error.

Well that's a shame (for me): it means that WMI is working
ok on your machine in general... although I'd have been
surprised if that weren't the case!

Just to narrow down, could you run these lines in the interpreter
to see if/where the error comes up:

<code>
import wmi
c = wmi.WMI ()
c.Win32_OperatingSystem ()
</code>

Thanks
TJG
_______________________________________________
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to