Re: [Pythonmac-SIG] ScriptingBridge vs. AppScript

2008-10-10 Thread has
Jon Smith wrote: I've been using Appscript and have been incredibly happy with it. However I'm having a ton of problems getting the list of tracks from my library. I was assuming the problem was with my library/iTunes itself however I can get the track list with ScriptingBridge. Am I doing

Re: [Pythonmac-SIG] ScriptingBridge vs. AppScript

2008-10-10 Thread Jon Smith
Saddly, I get the same error with :t2 = app('iTunes').sources()[0].playlists()[0].tracks() print len(t2) Which I think is a more Apples to Apples comparison. I suspect something different is being done in the ScriptingBridge than in appscript. I'll give the pre-release appscript a try and see if t

Re: [Pythonmac-SIG] ScriptingBridge vs. AppScript

2008-10-09 Thread Ned Deily
In article <[EMAIL PROTECTED]>, "Jon Smith" <[EMAIL PROTECTED]> wrote: > I've been using Appscript and have been incredibly happy with it. However > I'm having a ton of problems getting the list of tracks from my library. I > was assuming the problem was with my library/iTunes itself however I ca

[Pythonmac-SIG] ScriptingBridge vs. AppScript

2008-10-09 Thread Jon Smith
Hi, I've been using Appscript and have been incredibly happy with it. However I'm having a ton of problems getting the list of tracks from my library. I was assuming the problem was with my library/iTunes itself however I can get the track list with ScriptingBridge. Am I doing something wrong? Why