This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\HP-6000\AppData\Local\Programs\Python\Python39\python.exe C:/Users/HP-6000/PycharmProjects/Schedule/Alarm.py | |
Traceback (most recent call last): | |
File "C:\Users\HP-6000\PycharmProjects\Schedule\Alarm.py", line 6, in <module> | |
winsound.Playsound("Loud_Alarm_Clock_Buzzer-Muk1984-493547174", winsound.SND_FILENAME) | |
AttributeError: module 'winsound' has no attribute 'Playsound' | |
Process finished with exit code 1 |