Closed theseaofsilence closed 2 years ago
i have this problem too
the same to you both
@adiee5 @wqtb please share if any of you find any solution.
has anyone found the solution pl help, same issue with my pycaw and com types also.
wait for solution
This got solved by adding support for recent Python versions. Try to install the latest version https://pypi.org/project/pycaw/20220416/
Hello All,
I am new to programming. I installed pycaw and comtypes also got installed with it.
I am getting the below error in the comtypes/init.py file. Please help.
exact stacktrace / accurate error message: Traceback (most recent call last): File "C:/HandTrackingProject/VolumeHandControl.py", line 7, in
from comtypes import CLSCTX_ALL
File "C:\HandTrackingProject\lib\site-packages\comtypes__init__.py", line 375
except COMError, err:
^
SyntaxError: invalid syntax
comtypes version - 1.1.10