Re: python syntax:urgent

2008-01-08 Thread Marc 'BlackJack' Rintsch
On Tue, 08 Jan 2008 10:03:56 +0100, Jeroen Ruigrok van der Werven wrote: > -On [20080108 09:42], mpho raborife ([EMAIL PROTECTED]) wrote: >>subprocess.Popen(["gmmscore", "-i", Input, "-l", List, "-t", >> modeltype, "-m", str(mixture), "-d", str(dimension), "-v", str(vfloor), >> "-n", str(number),

Re: python syntax:urgent

2008-01-08 Thread Jeroen Ruigrok van der Werven
-On [20080108 09:42], mpho raborife ([EMAIL PROTECTED]) wrote: >subprocess.Popen(["gmmscore", "-i", Input, "-l", List, "-t", > modeltype, "-m", str(mixture), "-d", str(dimension), "-v", str(vfloor), > "-n", str(number), "-r", str(results)]) "gmmscore", "-i" seems a bit silly, why not just "gmmscor