> this line causes the error given above ->
process.GetOwner()
> #apply( process.GetOwner )
I may be barking up the wrong tree but why not just call
process.GetOwner() directly? Why use apply() at all?
Or is that what the comment means? That you get an error when you try
to use
I am not sure if there is a better list to ask this question on, but here it
is:
I have a Python script that works fine for accessing WMI ( Windows
Management Interface ) class properties, but it does not let me access any
of their methods. The code below works fine with Win32_Process objects
unl