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.
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to