just a beep

Leo halloleo.PLEASE at NOSPAM.gmx.net
Mon Sep 1 20:04:06 EDT 2003


hi there

i want python to do a beep.

in the docu i found in tkinter the method
	bell()
but the script:
	import Tkinter
	Tkinter.bell()
gives the error:
	AttributeError: 'module' object has no attribute 'bell'

so how can i make python beep? (maybe even without the tkinter overhead?)

cheers, leo






More information about the Python-list mailing list