subprocess.Popen() and a .msi installer

2010-12-17 Thread Sebastian Alonso
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

Global hoykey on windows

2010-10-05 Thread Sebastian Alonso
Hey everyone, I've been working on an app that uses global hotkey and it's a very important part of the app, so far I have been using python-keybinder [0] and it's been working great on linux, but now I want to make it work under windows and there was no way to make it work. Any other library

Running pygtk app under windows.

2010-08-16 Thread Sebastian Alonso
Hey everyone, I'm trying to be able to run my app, which uses pygtk, under windows, but unfortunately I'm having big problems with it. The main purpose of this is to later on make an .exe file but i havent even been able to run the app at least. I've followed every single step from this