I am a newbie to Python. I want to call python functions from C. I
looked for examples but I couldn't get any simple one. Lets say my
python code is :
def add(a,b)
     return (a+b)

I want to call add from C. Could anybody please help me? Thanks in
advance.

R.

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

Reply via email to