Hello,
Eric Frederich gmail.com> writes:
>
> 1)Is calling Py_Initialize twice correct, or will I run into other problems
> down the road?
It's fine in practice (spurious calls are ignored).
> I am not sure if there is a mechanism to get something called at the end of
the
> user's session wit
Hello,
I work with a 3rd party tool that provides a C API for customization.
I created Python bindings for this C API so my customizations are nothing
more than this example wrapper code almost verbatim:
http://docs.python.org/extending/embedding.html#pure-embedding
I have many .c files just