[Slightly-OT] Wasn't Google supposed to be "avid Python-Users" ?

Jason Orendorff jason at jorendorff.com
Sun Feb 10 23:36:25 EST 2002


Mark Brady wrote:
> I think this would be very useful also but how would it work with
> Python's dynamic features? I know some native code comipled languages
> such as Objective C and GJC (the GNU java native code compiler) come
> with a runtime library for the native exe, is this possible for a
> language like python?

C and C++ also have runtime libraries.  The difference is, those
particular runtimes are already installed everywhere.

Yes, it's possible for Python.  You could think of py2exe this
way, actually.

## Jason Orendorff    http://www.jorendorff.com/




More information about the Python-list mailing list