execution speed increase after compile py code into exe?

Paul Rudin paul.rudin at ntlworld.com
Sat Mar 24 05:12:12 EDT 2007


Kelie <kf9150 at gmail.com> 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 on windows boxes.

However, you might find that you can get significant speed-ups by
using psyco <http://psyco.sourceforge.net/>, on x386 type hardware at
least.





More information about the Python-list mailing list