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 <[EMAIL PROTECTED]> 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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to