Re: Avoiding DOS Window...

2005-04-11 Thread fred.dixon
Launching a subprocess without a console window http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/409002 -- http://mail.python.org/mailman/listinfo/python-list

Re: Avoiding DOS Window...

2005-04-11 Thread Larry Bates
Andrea, Take a look at Win32 extensions CreateProcess method. You can control the window location/size or run minimized. win32process.CreateProcess(execute_target, commandLine, processAttributes, threadAttributes,

Avoiding DOS Window...

2005-04-11 Thread andrea . gavana
Hello NG, I don't know if this is the right place to post this question, but noting that it is os-related probably someone will have some nice idea. I have built an application using Python+wxPython, and I have compiled it into an exe file using py2exe. In my app, I use a call: self.process