Re: [Pythonmac-SIG] controlling iTunes with appscript

2006-11-29 Thread Simon Brunning
On 11/28/06, Jamie Stuart <[EMAIL PROTECTED]> wrote: > Thanks Simon - I've now got it adding correctly to the playlist but > still can't seem to set the track name. This is what I was attempting: > > convertfile = itunes.convert(addfile) > convertfile.name.set('New Title') H. Perhaps what the

Re: [Pythonmac-SIG] controlling iTunes with appscript

2006-11-29 Thread Jamie Stuart
It seems that itunes.convert returns a list of all of the converted tracks, therefore, I needed to do: convertfile[0].name.set('New Title') since I have a single-element list. Simon Brunning wrote: > On 11/28/06, Jamie Stuart <[EMAIL PROTECTED]> wrote: >> Thanks Simon - I've now got it adding c

[Pythonmac-SIG] Python 2.5 PyOpenGL package

2006-11-29 Thread Emanuele Santos
Does anybody have a Python 2.5 PyOpenGL binary package available or at least knows if the latest source release compiles on a mac? Thanks, -- Emanuele. ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/