Can PyPy/RPython be used to produce a small standalone executable?
问题 (Or, "Can PyPy/RPython be used to compile/translate Python to C/C++ without requiring the Python runtime ?") I have tried to comprehend PyPy with its RPython and its Python, its running and its compiling and its translating, and have somewhat failed. I have a hypothetical Python project (for Windows); I would like to keep its size down, in the order of a hundred kilobytes (O.N.O.) rather than the several megabytes that using py2exe entails (after UPX). Can I use PyPy 1 in any way to produce a