AndreMiras / pycaw

Python Core Audio Windows Library
MIT License
376 stars 67 forks source link

COMError from '_ctypes #35

Open developer-pritam opened 3 years ago

developer-pritam commented 3 years ago

![Uploading 16180625783387550668867739936342.jpg…]()

I am using linux mint I don't have much knowledge of python.

Please look into this.

TurboAnonym commented 3 years ago

pycaw is a wrapper around the Core Audio Windows API. It wont work on Linux only Windows 7? and upwards.

whygauravvv commented 3 years ago

Is there any library available for mac or linux?

TurboAnonym commented 3 years ago

I think on mac you can use applescript - but not for sure.

shukla1582 commented 2 years ago

will pycaw work on win7. have installed pycaw and com types.

having this error while I run pycaw.

Traceback (most recent call last): File "C:/HandTrackingProject/VolumeHandControl.py", line 7, in from comtypes import CLSCTX_ALL File "C:\HandTrackingProject\lib\site-packages\comtypesinit.py", line 375 except COMError, err: ^ SyntaxError: invalid syntax