Harald Schilly wrote: > On Tue, Oct 6, 2009 at 11:14, Stefan Behnel <[email protected]> wrote: >> Do you want to link your C code into a Python module, or rather embed the >> CPython Interpreter in a C program and use your Cython module there? > > hello, thanks for the answers so far. What I want to do is to call a > Python program from an existing C program.
Look at the Demos/embed directory in the Cython source distribution. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
