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