You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to import comtypes.util, I get the following message:
File "<stdin>", line 1, in <module>
File "...\lib\site-packages\comtypes\util.py", line 59, in <module>
_byref_pointer_offset = _calc_offset()
File "...\lib\site-packages\comtypes\util.py", line 48, in _calc_offset
raise RuntimeError("PyCArgObject field definitions incorrect")
RuntimeError: PyCArgObject field definitions incorrect
This error occurs with comtypes 1.1.14 using Python 3.7 or 3.8.
The text was updated successfully, but these errors were encountered:
When I try to import comtypes.util, I get the following message:
This error occurs with comtypes 1.1.14 using Python 3.7 or 3.8.
The text was updated successfully, but these errors were encountered: