Re: Runtime load python modules from memory

2009-12-10 Thread Gabriel Genellina
En Thu, 10 Dec 2009 12:13:15 -0300, scream...@gmail.com escribió: Is it possible to load python module from memory? For example, I can read python .pyc file into memory, preprocess it ( decrypt :-) ), and then import it. Is it possible? Sure. Frozen modules are exactly that; see Tools/fre

Runtime load python modules from memory

2009-12-10 Thread scream...@gmail.com
Hello! Is it possible to load python module from memory? For example, I can read python .pyc file into memory, preprocess it ( decrypt :-) ), and then import it. Is it possible? -- http://mail.python.org/mailman/listinfo/python-list