"Larry Bates" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> You need to call winsound.MessageBeep(winsound.MB_OK)
>
> (e.g. MB_OK isn't automatically bound to anything).
>
Thanks so much
Louis
--
http://mail.python.org/mailman/listinfo/python-list
t;
> Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)] on
> win32
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import winsound
>>>> winsound.MessageBeep(-1)
> (This works)
&
32
Type "help", "copyright", "credits" or "license" for more information.
>>> import winsound
>>> winsound.MessageBeep(-1)
(This works)
>>> winsound.MessageBeep(MB_OK)
Traceback (most recent call last):
File "", line 1,