Re: [Py2exe-users] Starting 3 Programs from One Shell :: my solution
by Bruno THOORENS other posts by this author
Jul 28 2006 3:42PM messages near this date
[Py2exe-users] Starting 3 Programs from One Shell
|
Re: [Py2exe-users] Starting 3 Programs from One Shell :: my solution
here is a fix of the previous mail...
Hi,
I fight for a long time to launch apps from a py2exe-builded app without
this f#####g console.
I find this on wiki :
import subprocess as subp
[...]
subp.Popen("your command string",creationflags=134217728)
[...]
(134217728=win32process.CREATE_NO_WINDOW)
the "creationflag" integer hide the f#####g console...
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Py2exe-users mailing list
Py2exe-users@[...].net
https://lists.sourceforge.net/lists/listinfo/py2exe-users
Thread:
Mike Lemmer
Bruno THOORENS
Bruno THOORENS
John Machin
Leeuw van der
|