call aplay via python
if yo uhave to use play just take into account that it doesn't behave
well on return values

On 6/8/05, Prash <[EMAIL PROTECTED]> wrote:
> Thanks. I believe winsound module is only for windows. I'm on Fedora
> Linux. Any ideas on flashing the title bar ?
> 
> On 6/7/05, Le Boulanger Yann <[EMAIL PROTECTED]> wrote:
> > Prash wrote:
> > > Peeps,
> > >
> > > How do i make my system sound an alarm and flash the title bar when
> > > minimized? If you use yahoo or aol messenger and if someone IMs you
> > > then the title bar flashes and it sounds an alarm. How do I do this in
> > > pygtk?
> > >
> > >
> >
> > for playing sound under win you have a winsound module:
> > import winsound
> > winsound.PlaySound(path_to_soundfile,
> > winsound.SND_FILENAME|winsound.SND_ASYNC)
> >
> > Yann
> >
> _______________________________________________
> pygtk mailing list   [email protected]
> http://www.daa.com.au/mailman/listinfo/pygtk 
> Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ 
> 


-- 
Nikos Kouremenos | Jabber ID: [EMAIL PROTECTED] | http://members.hellug.gr/nkour
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to