Re: execution speed increase after compile py code into exe?

2007-03-24 Thread Michael Bentley
> > Actualy startup is faster for the apps that I have py2exe'd. I think > this may be because all the modules are in one place and Python > doesn't > have to go searching for them. Thanks, Will! That's good to know. -- http://mail.python.org/mailman/listinfo/python-list

Re: execution speed increase after compile py code into exe?

2007-03-24 Thread Will McGugan
Michael Bentley wrote: >> >> would there be any speed increase in code execution after python code >> being >> compiled into exe file with py2exe? >> > > No. I would expect slower startup followed by the same code execution > time you'd get from running normally (not that I've actually teste

Re: execution speed increase after compile py code into exe?

2007-03-24 Thread Paul Rudin
Kelie <[EMAIL PROTECTED]> writes: > hello, > > would there be any speed increase in code execution after python code being > compiled into exe file with py2exe? AIUI that's not what p2yexe is about - it's essentially about packaging up your python program for ease of distribution and installation

Re: execution speed increase after compile py code into exe?

2007-03-24 Thread Michael Bentley
> > would there be any speed increase in code execution after python > code being > compiled into exe file with py2exe? > No. I would expect slower startup followed by the same code execution time you'd get from running normally (not that I've actually tested it, mind you). regards, Michae

execution speed increase after compile py code into exe?

2007-03-24 Thread Kelie
hello, would there be any speed increase in code execution after python code being compiled into exe file with py2exe? thanks, kelie -- http://mail.python.org/mailman/listinfo/python-list