enthought / enthought/comtypes

Windows 11 error: COMError: (-2147467262, 'No such interface supported', (None, None, None, 0, None))

Open
#292 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.