py2exe questions

Fredrik Lundh fredrik at pythonware.com
Sat Nov 4 08:37:50 EST 2006


Jerry wrote:

> Despite what everyone is saying though, I believe that any and all
> solutions will require that the byte-code be extracted to some
> directory before being run.

the Python interpreter doesn't really care what you believe, though; 
it's perfectly capable of executing byte code that's stored in memory
buffers.

</F>




More information about the Python-list mailing list