Hi, > > (Note that python also offers more robust ways of calling external > > commands, that are especially not as dangerous wrt file name attacks.) > function name? I could fix it in 0.11, but I also want to use pipes > in 0.11 (as an additional option, temporary wav files still supported)
The 'subprocess' module: http://docs.python.org/lib/node530.html It's a very flexible way of calling external applications. best regards, Erich Schubert -- erich@(vitavonni.de|debian.org) -- GPG Key ID: 4B3A135C (o_ To understand recursion you first need to understand recursion. //\ Mancher findet sein Herz nicht eher, als bis er seinen Kopf verliert. V_/_ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

