◐ Shell
clean mode source ↗

Message 416146 - Python tracker

> I don't see why the wmi module ( https://pypi.org/project/WMI/ ) can't be used instead to get the information

Well I can speak here as the author of that module and as an (occasional) core developer. The wmi module stands on the shoulderes of the pywin32 win32com.client code -- which is an _enormous_ dependency to bring into Python. (And which no-one would realistically agree to...)