Executing a specific function.

Michael Saunders michael at amtec.com
Fri Mar 29 10:43:57 EST 2002


I see that the Python C API provides several interfaces for compiling and
executing Python code. But I don't want to just execute some Python code I want
to call a particular function within a Python file. How do I call a Python
function (from C) in a some .py file?

Michael




More information about the Python-list mailing list