Compile python code into a dll
Ramchandra Apte
maniandram01 at gmail.com
Mon Sep 10 09:08:04 EDT 2012
On Monday, 10 September 2012 17:45:11 UTC+5:30, Rolf Wester wrote:
> Hi,
>
>
>
> I have Python code that I would like to compile into a dll (I have to
>
> deliver a C/C++ callable dll and I don't want to reimpelement the Python
>
> code in C/C++). It's not for extending Python but I want to call the
>
> Python functions and classes from C/C++. It's more like extending C/C++
>
> with Python. I would be very appreciative for any help.
>
>
>
> Thank you in advance
>
>
>
> Regards
>
> Rolf
http://docs.python.org/extending/embedding.html is the official docs for this thing
Embedding is similar to extending.
More information about the Python-list
mailing list