[python-win32] Calling a subprocess with spaces in the path

2006-10-18 Thread Axiom X11
I am trying to run a command as a subprocess, and it keeps choking on the spaces. import subprocesss = 'vlc C:\\Documents and Settings\\bk\\Documents\\Resources\\WORKINPR2001.mpeg :sout=\#duplicate{dst=display,dst=std{access=udp,mux=ts,dst=224.0.0.0:1234 }}

Re: [python-win32] Calling a subprocess with spaces in the path

2006-10-18 Thread Gabriel Genellina
At Wednesday 18/10/2006 17:43, Axiom X11 wrote: I am trying to run a command as a subprocess, and it keeps choking on the spaces. import subprocess s = 'vlc C:\\Documents and Settings\\bk\\Documents\\Resources\\WORKINPR2001.mpeg