Re: C app and Python

2006-12-31 Thread Ravi Teja
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

C app and Python

2006-12-31 Thread Vertilka
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