Compile python code into a dll
Rolf Wester
rolf.wester at ilt.fraunhofer.de
Tue Sep 11 03:05:00 EDT 2012
More information about the Python-list mailing list
Tue Sep 11 03:05:00 EDT 2012
- Previous message (by thread): Compile python code into a dll
- Next message (by thread): Compile python code into a dll
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thank you all for your help. I'm going to try Cython. Regards Rolf On 10/09/12 14:15, 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
- Previous message (by thread): Compile python code into a dll
- Next message (by thread): Compile python code into a dll
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list