2009/6/3 Bryan Buck <[email protected]>: > Hi, > > I have a question about PyPy - I hope this mailing list is the right > place for it, let me know if not. > > Is there any way to link PyPy's Python interpreter with a C program and > call it from C? I'm interested in embedding the interpreter in another > program as its scripting engine. (The reason I'm looking at PyPy instead > of CPython is that I'd like to use the sandboxing feature.)
Not easily. The best way would probably be to run pypy in a subprocess. > > Thanks for any information you can give me. -- Regards, Benjamin _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
