Antoine Pitrou <pit...@free.fr> added the comment:

> There is also always the possibility of writing it in Python and using 
> ctypes to get at the necessary C API calls to create subinterpreters.

Well, I don't think calling Py_Initialize, Py_Finalize and Py_NewInterpreter 
from pure Python code is a very good idea.

Tarek, can you help? We'd like to use distutils to compile an executable 
embedding the interpreter.

----------
nosy: +tarek

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10914>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to