Peter C., 11.12.2010 23:41:
Hello, I am looking at the possibility of making a program in C++. The
catch is it will require the ability to work with binding for use with
scripting in both Python 2.x and 3.x for various tool plugins.
Do I read this right that you want your program to be written
Am 11.12.2010 23:41, schrieb Peter C.:
> Hello, I am looking at the possibility of making a program in C++. The
> catch is it will require the ability to work with binding for use with
> scripting in both Python 2.x and 3.x for various tool plugins. Is
> there any way to bind a C++ app to work with
Hello, I am looking at the possibility of making a program in C++. The
catch is it will require the ability to work with binding for use with
scripting in both Python 2.x and 3.x for various tool plugins. Is
there any way to bind a C++ app to work with both Python 2.x and 3.x
using the Python C API