Re: [python-win32] How to get windows basic system informations like "Organization", and "User"

2006-11-01 Thread James Matthews
Thanks!On 10/30/06, durumdara <[EMAIL PROTECTED]> wrote: Hi !Many programs can present these basic informations: who's the user thatinstall OS, and what is the name of it's organization.I want to get these infos.Can anyone help me how can I do it ? Thanks for it:dd__

Re: [python-win32] win32pdh problem on Windows Server 2003

2006-11-01 Thread James Matthews
You can just use the keyword native if you want none english version!On 11/1/06, S.Ramaswamy <[EMAIL PROTECTED] > wrote:>> Windows error messages are better handled in hex.  -1073738810 is > CBC6, and a quick Google on that shows it is basically "performance> counter not found".>Thanks for the