py2exe deal with python command line inside a program

im_smialing susan_kijiji at yahoo.ca
Sat Jan 23 11:33:42 EST 2010


On Jan 22, 2:35 pm, susan_kij... at yahoo.ca wrote:
> Hi,
>
> I need to create a python subprogress, like this:
> myProcess = subprocess.Popen([sys.executable, 'C:\myscript.py'],
>                                        env=env, stdin=subprocess.PIPE,
>                                        stdout=subprocess.PIPE)
>
> sys.executable was printed out as ''C:\\Python25\\python.exe'', how
> can I make this work in executable package through py2exe?
>
> I have to fix the following problems:
> -Source code shouldn't exposed in an executable program
> -Since python  environment is not required when running an executable
> program, how to deal with the situation that "C:\\Python25\
> \python.exe" is required as part of command?
>
> Thanks in advance!

Anyone can help? The problem took me two days and still no solutions



More information about the Python-list mailing list