just a beep

DG david at fielden.com.au
Mon Sep 1 20:17:02 EDT 2003


print chr(7)

:)


> -----Original Message-----
> From: python-list-admin at python.org
> [mailto:python-list-admin at python.org]On Behalf Of Leo
> Sent: Tuesday, 2 September 2003 10:04 AM
> To: python-list at python.org
> Subject: just a beep
> 
> 
> 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