
25 Feb
2008
25 Feb
'08
10:54 p.m.
On Mon, Feb 25, 2008 at 3:29 PM, Stefan Seefeld <seefeld@sympatico.ca> wrote:
Have a look at the libs/python/test/exec.cpp test (and its build process). It sounds as if you are trying to do the same thing, i.e. generating an extension module, but keeping it with the embedded python interpreter in the main application.
Thanks for your response. I looked at exec.cpp but I didn't notice anything in there that would help resolve my issue. You also mentioned to check out the build process, which I have no idea how to do. Could you give me a little more guidance? Thank you.