Re: How to gather information about the system hardware?

2008-05-08 Thread Tim Golden

Florencio Cano wrote:

Hi,
I'm looking for a method of gathering information about the system
hardware and software installed using Python. I would like to do it in
UNIX and in Windows. I think that it would be good in Windows to look
in the registry and be able to parse and search it. Any pointer to
information would be appreciated.


For Windows WMI is probably a good bet.

TJG
--
http://mail.python.org/mailman/listinfo/python-list


Re: How to gather information about the system hardware?

2008-05-08 Thread s0suk3
On May 8, 2:14 am, "Florencio Cano" <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm looking for a method of gathering information about the system
> hardware and software installed using Python. I would like to do it in
> UNIX and in Windows. I think that it would be good in Windows to look
> in the registry and be able to parse and search it. Any pointer to
> information would be appreciated.
> Thanks.


The 'platform' module gives a lot of information about the hardware
and OS. To access the Windows Registry, you can use the '_winreg'
module.
--
http://mail.python.org/mailman/listinfo/python-list


How to gather information about the system hardware?

2008-05-08 Thread Florencio Cano
Hi,
I'm looking for a method of gathering information about the system
hardware and software installed using Python. I would like to do it in
UNIX and in Windows. I think that it would be good in Windows to look
in the registry and be able to parse and search it. Any pointer to
information would be appreciated.
Thanks.
--
http://mail.python.org/mailman/listinfo/python-list