[Bug 52378] New: Python WMI: AttributeError: wbemErrInvalidQuery

WineHQ Bugzilla wine-bugs at winehq.org
Mon Jan 10 13:00:56 CST 2022


https://bugs.winehq.org/show_bug.cgi?id=52378

            Bug ID: 52378
           Summary: Python WMI: AttributeError: wbemErrInvalidQuery
           Product: Wine
           Version: 7.0-rc5
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: danielsuarez369 at protonmail.com
      Distribution: ---

Created attachment 71591
  --> https://bugs.winehq.org/attachment.cgi?id=71591
Full output when importing wmi in Python.

When attempting to import the "wmi" module in Python it returns an
AttributeError: wbemErrInvalidQuery. 

Steps to reproduce are:
1. Install Python (`wget
https://www.python.org/ftp/python/3.10.1/python-3.10.1-amd64.exe" && wine
python-3.10.1-amd64.exe`)
2. Install the WMI module (`wine python -m pip install WMI`)
3. Try to import the module (`wine python -c "import wmi"`)

This is also reproducible with Pyinstaller executables that import it.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list