views:

56

answers:

2

Hello everybody,

I'm trying to develop some scripts for iTunes in python and actually i'm having quite a hard time getting the API information.

I'm using the win32com.client module but i would really need to get all the specifications, methods and details.

There are a few examples but I need some extra data......

thanks!!!

A: 

Run dir(my_com_client) to get a list of available methods.

Matt Williamson
A: 

iTunes com interface documentation is available at http://developer.apple.com/sdk/itunescomsdk.html

pyfunc