Re: unexpected token `;'

2009-08-25 Thread Peter Otten
bbarb...@inescporto.pt wrote: > I am struggling with a script in python for a while now, and decided > to look for some help. I am running a code that takes commands from > Marsyas(open source for Music analysis). > cmd = "sfplay " + colist[2] > print cmd > fileout = commands.getoutput(cmd) You

Re: unexpected token `;'

2009-08-25 Thread Benjamin Kaplan
On Tue, Aug 25, 2009 at 7:25 AM, Diez B. Roggisch wrote: > > > Hello to all! > > > > I am struggling with a script in python for a while now, and decided > > to look for some help. I am running a code that takes commands from > > Marsyas(open source for Music analysis). > > > > #!/Library/Framewor

Re: unexpected token `;'

2009-08-25 Thread Diez B. Roggisch
bbarb...@inescporto.pt wrote: > Hello to all! > > I am struggling with a script in python for a while now, and decided > to look for some help. I am running a code that takes commands from > Marsyas(open source for Music analysis). > > #!/Library/Frameworks/Python.framework/Versions/2.6/bin/pyth

Re: unexpected token `;'

2009-08-25 Thread mmelchert
bbarb...@inescporto.pt wrote: > Hello to all! > > I am struggling with a script in python for a while now, and decided > to look for some help. I am running a code that takes commands from > Marsyas(open source for Music analysis). > > #!/Library/Frameworks/Python.framework/Versions/2.6/bin/pyth