> 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 it directly? Also checking the Win32 API it looks like: uint32 GetOwner( string User, string Domain ); expects a couple of parameters to hold the return values. I dunno how Winall handles that but it may be worth investigating. Alan G. _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
