Netherworks opened this issue on Apr 05, 2010 ยท 42 posts
nruddock posted Wed, 07 April 2010 at 5:58 PM
I think your problem is that the first argument to Popen really needs to be a list or tuple, i.e. a string is treated as just the program to run and isn't parsed like it would be if you typed it at the shell prompt.
Reference the examples in the 2.4 docs, section 6.8.3.4 "Replacing os.spawn*"