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 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.


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to