Newbie subprocess question

Tim Harig usernet at ilthio.net
Thu Nov 25 18:18:38 EST 2010


On 2010-11-25, Hugo Léveillé <hugol at fastmail.net> wrote:
> I'm starting various application using subprocess.Popen without any
> problem. The problem is with application inside "Program Files". It
> looks like subprocess is stopping the application string after
> "Program". I tried puting the programe name inside double quote like
> '"Program File*..."'. No luck.

Not sure you you are having issues.

	subprocess.Popen("C:\\Program Files\\Vim\\vim73\\gvim.exe")



More information about the Python-list mailing list