py2exe questions

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Sat Nov 4 08:55:27 EST 2006


In <1162646535.744282.95290 at m7g2000cwm.googlegroups.com>, 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



More information about the Python-list mailing list