In <[EMAIL PROTECTED]>, 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.

It's not Python bytecode.  The problem is native libraries which are hard
to run from memory without a real file backing it on some platforms.  A
pure Python program/package should be possible without temporary files.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to