New submission from Ganning Liu: Cannot using winsound.Beep() in .py file (run as module), get error information like:
Traceback (most recent call last): File "C:\Users\liuga\Desktop\sound.py", line 2, in <module> winsound.Beep(230,200) AttributeError: module 'winsound' has no attribute 'Beep' And also failed in interactive shell occasionally. ---------- components: Extension Modules messages: 263438 nosy: Ganning Liu priority: normal severity: normal status: open title: winsound module very unstable in Windows 10 type: compile error versions: Python 2.7, Python 3.5 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26761> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com