> sys.executable was printed out as ''C:\\Python25\\python.exe'', how
> can I make this work in executable package through py2exe?
Does http://www.py2exe.org/index.cgi/WhereAmI help?
--
http://mail.python.org/mailman/listinfo/python-list
Hi, have you been able to solve this problem ??
--
http://mail.python.org/mailman/listinfo/python-list
In article ,
wrote:
>
>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)
You need to change yo
Thanks for taking time to help me. If I use either way, requiring
python being installed, or allow source codes exposure, it seems in
some degree, there's not necessarily to make the executable package
any more, which is very frustrating
Suppose I take the first way, python environment must be
On Sun, Jan 24, 2010 at 10:25 AM, im_smialing wrote:
> On Jan 24, 6:35 am, Chris Rebert wrote:
>> On Sun, Jan 24, 2010 at 3:28 AM, Jonathan Hartley
>> wrote:
>> > On Jan 22, 7:35 pm, susan_kij...@yahoo.ca wrote:
>> >> Hi,
>>
>> >> I need to create a python subprogress, like this:
>> >> myProces
On Jan 24, 6:35 am, Chris Rebert wrote:
> On Sun, Jan 24, 2010 at 3:28 AM, Jonathan Hartley wrote:
> > On Jan 22, 7:35 pm, susan_kij...@yahoo.ca wrote:
> >> Hi,
>
> >> I need to create a python subprogress, like this:
> >> myProcess = subprocess.Popen([sys.executable, 'C:\myscript.py'],
> >>
Hi Jonathan,
Here is the traceback I got, 'test.py' is where "main" starts, and I
replaced 'sys.executable' with string 'python':
args: ['python', 'C:\\myscript.py']
Traceback (most recent call last):
File "test.py", line 22, in
File "subprocess.pyc", line 594, in __init__
File "subproces
On Sun, Jan 24, 2010 at 3:28 AM, Jonathan Hartley wrote:
> On Jan 22, 7:35 pm, susan_kij...@yahoo.ca wrote:
>> Hi,
>>
>> I need to create a python subprogress, like this:
>> myProcess = subprocess.Popen([sys.executable, 'C:\myscript.py'],
>> env=env, stdin=su
On Jan 22, 7:35 pm, susan_kij...@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=su
On Jan 22, 2:35 pm, susan_kij...@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=su
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:\\Pyth
11 matches
Mail list logo