[python-win32] iTunes 7 vs Juice: ugly!

2006-09-14 Thread Garth T Kidd
Ladies and gentlemen of the jury, I throw myself on your mercy. Can anyone help me nut out what happened to the COM interface to iTunes with the iTunes 7 upgrade? iface = iTunes.Application iTunes = win32com.client.dynamic.Dispatch(iface) iTunes.Stop() ... used to work just fine.

Re: [python-win32] iTunes 7 vs Juice: ugly!

2006-09-14 Thread David Nicolson
Hi Garth, I've been developing a py2exe app that dispatches a COM object since iTunes 4 and I've seen this problem a bit. I'm not exactly sure what causes it, I think in certain circumstances the iTunes installer can fail to register the type library. Reinstalling iTunes usually solves the