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

Garth T Kidd garthk at gmail.com
Fri Sep 15 05:28:45 CEST 2006


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. Now we get AttributeError for everything.
I'm trying both static and dynamic dispatch, with no success, yet the
makepy output shows lots of familiar interfaces.

I'd much appreciate ANY help anyone can offer with this one. We don't
necessarily have that much in the way of market-share with Juice, but
with the size of the market there are still tens of thousands of users
I'd prefer not to leave in the lurch...

Yours,
Garth.


More information about the Python-win32 mailing list