C app and Python

Ravi Teja webraviteja at gmail.com
Mon Jan 1 01:44:55 EST 2007


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 I need to embed Python in my C application.
>
> Thanks,
> Vertilka

A bit of both :-)
http://www.python.org/doc/ext/extending-with-embedding.html

Ravi Teja.




More information about the Python-list mailing list