>> The other thing we can do is finish the portable backend for psyco
    >> and make it a standard module.  Then Python won't be slow, it will be
    >> compiled, and py2exe will be able to make a single-file executable.

    Armin> You probably mean that Psyco can dynamically compile Python
    Armin> bytecodes even if they have been hidden into an .exe file by
    Armin> py2exe.

I didn't read it that way.  My impression was that py2exe be modified to
include and enable psyco if it's available when building an .exe.  You
would, in theory, get a single file distribution as well as dynamic
compilation.

Skip
_______________________________________________
Python-Dev mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to