[New-bugs-announce] [issue26761] winsound module very unstable in Windows 10

Ganning Liu report at bugs.python.org
Thu Apr 14 23:29:55 EDT 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue26761>
_______________________________________


More information about the New-bugs-announce mailing list