On Fri, Dec 17, 2010 at 17:57, Sebastian Alonso wrote:
> Hey everyone, I'm working on a script which uses subprocess to launch a
> bunch of installers, but I'm getting problems with .msi installers
> although .exe ones work fine. The output I get is this:
>
import subprocess
p = subproce
On Fri, Dec 17, 2010 at 5:57 PM, Sebastian Alonso
wrote:
> Hey everyone, I'm working on a script which uses subprocess to launch a
> bunch of installers, but I'm getting problems with .msi installers although
> .exe ones work fine. The output I get is this:
>
import subprocess
p = subpro
Hey everyone, I'm working on a script which uses subprocess to launch a
bunch of installers, but I'm getting problems with .msi installers although
.exe ones work fine. The output I get is this:
>>> import subprocess
>>> p = subprocess.Popen('python.msi')
Traceback (most recent call last):
File ""