Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install wmi-client-wrapper

How to install wmi-client-wrapper

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install wmi-client-wrapper
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
Linux (64-bit)
0.0.12 Available View build log
 
Author
License
BSD
Dependencies
Lastest release
version 0.0.12 on Jan 9th, 2014

# python-wmi-client-wrapper

This is a wrapper around wmi-client for Linux. Apparently the python-wmi module uses Windows APIs to access WMI, which isn't something that is going to work on Linux.

## installing

` pip install wmi-client-wrapper `

## usage

``` import wmi_client_wrapper as wmi

System Message: WARNING/2 (<string>, line 15); backlink

Inline literal start-string without end-string.
wmic = wmi.WmiClientWrapper(
username="Administrator", password="password", host="192.168.1.149",

System Message: WARNING/2 (<string>, line 22)

Definition list ends without a blank line; unexpected unindent.

)

output = wmic.query("SELECT * FROM Win32_Processor") ```

System Message: WARNING/2 (<string>, line 24); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 24); backlink

Inline interpreted text or phrase reference start-string without end-string.

## testing

` nosetests `

## license

BSD

Subscribe to package updates

Last updated Jan 9th, 2014

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.