Re: effbot.org broken (WAS: Problems in commands.getoutput(cmd) with sox)

2009-07-24 Thread Chris Rebert
On Fri, Jul 24, 2009 at 2:38 AM, Piet van Oostrum wrote: >> Chris Rebert (CR) wrote: > >>CR> On Thu, Jul 23, 2009 at 12:42 PM, Chris Rebert wrote: You can use tabnanny to help diagnose the problem: http://74.125.155.132/search?q=cache:QtxvZm3QDLsJ:effbot.org/librarybook/tabnanny.htm+

Re: effbot.org broken (WAS: Problems in commands.getoutput(cmd) with sox)

2009-07-24 Thread Piet van Oostrum
> Chris Rebert (CR) wrote: >CR> On Thu, Jul 23, 2009 at 12:42 PM, Chris Rebert wrote: >>> You can use tabnanny to help diagnose the problem: >>> http://74.125.155.132/search?q=cache:QtxvZm3QDLsJ:effbot.org/librarybook/tabnanny.htm+tabnanny&cd=3&hl=en&ct=clnk&gl=us&client=firefox-a >CR> Anyon

Re: Problems in commands.getoutput(cmd) with sox

2009-07-23 Thread MRAB
bbarb...@inescporto.pt wrote: Hello to all! I am a new researcher, new to Python as well, and I have a problem, when I try to get commands from sox in a python script. I am going crazy, because this code has been working before.. so I dont really know whats going on.. Ive already seen some

Re: Problems in commands.getoutput(cmd) with sox

2009-07-23 Thread Peter Otten
bbarb...@inescporto.pt wrote: > Hello to all! > > I am a new researcher, new to Python as well, and I have a problem, > when I try to get commands from sox in a python script. I am going > crazy, because this code has been working before.. so I dont really > know whats going on.. > > Ive already

effbot.org broken (WAS: Problems in commands.getoutput(cmd) with sox)

2009-07-23 Thread Chris Rebert
On Thu, Jul 23, 2009 at 12:42 PM, Chris Rebert wrote: > You can use tabnanny to help diagnose the problem: > http://74.125.155.132/search?q=cache:QtxvZm3QDLsJ:effbot.org/librarybook/tabnanny.htm+tabnanny&cd=3&hl=en&ct=clnk&gl=us&client=firefox-a Anyone know what's the deal with effbot.org? It seem

Problems in commands.getoutput(cmd) with sox

2009-07-23 Thread bbarbero
Hello to all! I am a new researcher, new to Python as well, and I have a problem, when I try to get commands from sox in a python script. I am going crazy, because this code has been working before.. so I dont really know whats going on.. Ive already seen some solutions that match with wh