Re: Controlling Windows Media Player from Python

2006-07-04 Thread Alex Biddle
> > Take a look at pywinauto, I attended the today talk at EP2006 and seemed > really cool. http://pywinauto.pbwiki.com > Cool, that looks really interesting. ...theres a problem I could solve with that -- http://mail.python.org/mailman/listinfo/python-list

Re: Controlling Windows Media Player from Python

2006-07-03 Thread Roger Upole
"Jeffrey Barish" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is there a way to interact with Windows Media Player from Python? I would > like to be able to do things like tell WMP to play a given sound file or to > ask WMP for metadata about a sound file. > -- > Jeffrey Barish

Re: Controlling Windows Media Player from Python

2006-07-03 Thread Lawrence Oluyede
Jeffrey Barish <[EMAIL PROTECTED]> wrote: > Is there a way to interact with Windows Media Player from Python? I would > like to be able to do things like tell WMP to play a given sound file or to > ask WMP for metadata about a sound file. Take a look at pywinauto, I attended the today talk at EP

Re: Controlling Windows Media Player from Python

2006-07-03 Thread Avizoa
Jeffrey Barish wrote: > Is there a way to interact with Windows Media Player from Python? I would > like to be able to do things like tell WMP to play a given sound file or to > ask WMP for metadata about a sound file. > -- > Jeffrey Barish The fact of the matter is that python doesn't need to

Controlling Windows Media Player from Python

2006-07-03 Thread Jeffrey Barish
Is there a way to interact with Windows Media Player from Python? I would like to be able to do things like tell WMP to play a given sound file or to ask WMP for metadata about a sound file. -- Jeffrey Barish -- http://mail.python.org/mailman/listinfo/python-list