[rbt]
>> Here's a quick and dirty version of winver.exe written in Python:
[Tim Golden]
> In short, I recommend replacing the wmi module by the underlying
> calls which it hides, and replacing Tkinter by a win32gui MessageBox.
[rbt]
>Wow... thanks. I didn't expect someone to completely rewrite it
Tim Golden wrote:
> [rbt]
>
>> Here's a quick and dirty version of winver.exe written in Python:
>
> [.. snip ..]
>
>> It uses wmi to get OS information from Windows... it works well, but
>> it's slow... too slow. Is there any way to speed up wmi?
>
>> In the past, I used the platform and sys
[rbt]
> Here's a quick and dirty version of winver.exe written in Python:
[.. snip ..]
> It uses wmi to get OS information from Windows... it works well, but
> it's slow... too slow. Is there any way to speed up wmi?
> In the past, I used the platform and sys modules to do some of what
> winv
Here's a quick and dirty version of winver.exe written in Python:
http://filebox.vt.edu/users/rtilley/public/winver/winver.html
It uses wmi to get OS information from Windows... it works well, but
it's slow... too slow. Is there any way to speed up wmi?
In the past, I used the platform and sys