Vertilka wrote:
> Hi,
> I need to create an application that the user ask for python script to
> run.
> this script will call the C application functions (in my app. the
> function will draw on screen).
>
> Do I need to create an extension ? Note that this is not a DLL, but a C
> application.
> or
Hi,
I need to create an application that the user ask for python script to
run.
this script will call the C application functions (in my app. the
function will draw on screen).
Do I need to create an extension ? Note that this is not a DLL, but a C
application.
or I need to embed Python in my C ap