Re: c.Win32_OperatingSystem question.

2009-03-12 Thread bryan rasmussen
Hi, well coming back to the project and looking over it I realized I had somehow messed up the names for some Win32 Operating System properties - for example ComputerOrganization instead of Organization. Not sure where I got the values from cause I've just be copying the properties I want from scr

Re: c.Win32_OperatingSystem question.

2009-02-28 Thread Tim Golden
bryan rasmussen wrote: Maybe there's a more specific list I should ask this question on but I don't know what it is. I'm using Tim Golden's wmi stuff, and putting my output into an XML document. I have the following bit of code [.. snip ...] At the end of that thhe only text node thaht comes

Re: c.Win32_OperatingSystem question.

2009-02-28 Thread bryan rasmussen
oh I noticed the problem with the BuildNumber = et.SubElement(oper.BuildNumber) instead of BuildNumber = str(oper.BuildNumber) and fixed it. No improvement in results however. Best Regards, Bryan Rasmussen On Sat, Feb 28, 2009 at 6:38 PM, bryan rasmussen wrote: > Maybe there's a more specific l

c.Win32_OperatingSystem question.

2009-02-28 Thread bryan rasmussen
Maybe there's a more specific list I should ask this question on but I don't know what it is. I'm using Tim Golden's wmi stuff, and putting my output into an XML document. I have the following bit of code root = et.Element("locations") ComputerInfo = et.SubElement(root, "ComputerInfo")