Home > Archive > Unix Programming > August 2006 > Calling a python script, and getting the returned result in C
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Calling a python script, and getting the returned result in C
|
|
| Shuaib 2006-08-16, 7:01 pm |
| Hey all!
After a few redirections on the usenet, I am asking it here now.
How do I integrate a python script into my C application, and get it to
run from within the C application, and finally get the different
resulted variables the python script might have set, in my C app?
Thanks.
| |
| dHering 2006-08-16, 9:59 pm |
|
Shuaib wrote:
> Hey all!
>
> After a few redirections on the usenet, I am asking it here now.
>
> How do I integrate a python script into my C application, and get it to
> run from within the C application, and finally get the different
> resulted variables the python script might have set, in my C app?
>
> Thanks.
Google for "Embed Python"
|
|
|
|
|