Re: [python-win32] Python win32com and iTunes

2006-10-11 Thread Tim Roberts
Test Drive wrote: > > Which version of iTunes you are using? I don't using iTunes. I'm too old for their "target demographic" ;). I'm just offering advice based on general experience with COM objects. -- Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. _

Re: [python-win32] Python win32com and iTunes

2006-10-11 Thread Test Drive
Hi Tim,Which version of iTunes you are using?ThanksOn 10/11/06, Tim Roberts <[EMAIL PROTECTED]> wrote: Test Drive wrote:> Hi All,>> I am trying to use win32com with iTunes (version 7.0.1.8> ). However it seems like I am missing something and I> am clueless about that.>> > import w

Re: [python-win32] Python win32com and iTunes

2006-10-11 Thread Tim Roberts
Test Drive wrote: > Hi All, > > I am trying to use win32com with iTunes (version 7.0.1.8 > ). However it seems like I am missing something and I > am clueless about that. > > > import win32com.client as wc > import pythoncom,sys > > app=wc.Dispatch('iTunes.Application') > mainPl=a

Re: [python-win32] Python win32com and iTunes

2006-10-11 Thread Simon Brunning
On 10/11/06, Test Drive <[EMAIL PROTECTED]> wrote: > Hi All, > > I am trying to use win32com with iTunes (version 7.0.1.8). However it seems > like I am missing something and I am clueless about that. I gather that the COM object model changed somewhat at iTunes version 7, which might well be resp

[python-win32] Python win32com and iTunes

2006-10-11 Thread Test Drive
Hi All,I am trying to use win32com with iTunes (version 7.0.1.8). However it seems like I am missing something and I am clueless about that.import win32com.client as wcimport pythoncom,sysapp=wc.Dispatch('iTunes.Application')mainPl=app.LibraryPlaylistprint ">> Dir <<" p