How to get Windows physical RAM using python?

"Martin v. Löwis" martin at v.loewis.de
Wed Jul 30 17:04:56 EDT 2003


Mark wrote:

> OK, How to check the amount of Windows physical RAM using python?

You should call the GlobalMemoryStatus(Ex) function. To my knowledge,
there is no Python wrapper for it, yet, so you would need to write one.

Regards,
Martin





More information about the Python-list mailing list