enthought / enthought/comtypes
Windows 11 error: COMError: (-2147467262, 'No such interface supported', (None, None, None, 0, None))
Open
- Dominant language
- Python
- Stars
- 345
- Forks
- 105
- PR merge metrics
- No merged PRs in 30d
Description
```
24 )
25 pObject = POINTER(cls)()
---> 26 pServiceProvider.QueryService(
27 clsid or cls._iid_,
28 cls._iid_,
29 pObject,
30 )
31 return pObject
COMError: (-2147467262, 'No such interface supported', (None, None, None, 0, None))
```
This works fine on my windows 10 machine. Not sure what to do with this on Windows 11.
Contributor guide
Assessment
This issue has not been assessed yet.