[False positive in Pycharm] Python version 3.12 does not have module winsound

PyCharm is generating a false warning for Python 3.12 on winsound. When I import winsound and use winsound.PlaySound() it executes fine but PyCharm is generating a incompatibility warning for the module.

1
1 comment
Hello, 
This seems to be a known issue: https://youtrack.jetbrains.com/issue/PY-60103/Python-3.12-does-not-have-module-winsound
Please vote for it to raise its relevance and receive updates regarding the fix status.
1

Please sign in to leave a comment.