Can I write a binary windows executable with Python?

Aleksandar Radulovic alex at a13x.net
Fri Aug 29 19:07:04 EDT 2008


Hi,

What you're probably referring to is py2exe tool (http://www.py2exe.org/) which
creates windows executable programs out of python scripts. Once created,
such executable can be run on a Windows machine without Python installed.

Psyco, on the other hand, is a tool that greatly optimizes and
increases execution
speed of python scripts.

-alex.

On Fri, Aug 29, 2008 at 10:46 PM, walterbyrd <walterbyrd at iname.com> wrote:
> I have heard about Pysco. But does create a single executable that can
> run without Python being installed? Or does that just compile the
> libraries?
> --
> http://mail.python.org/mailman/listinfo/python-list
>



-- 
a lex 13 x



More information about the Python-list mailing list