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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to