> 
> Hi all.
> I was wondering if it ispossible to integrate C source in a 
> python project.

Yes it is. Which tool you use depends on your requirements:

http://starship.python.net/crew/theller/ctypes/
ctypes allowes loading dlls/shared libs and calling functions 
in that lib.

www.swig.org
is a wrapper for wrapping c/c++ to several languages as php, python, ...

www.boost.org
includes the boost pyhton library. this is my favorite for
wrapping c++ code.

Greetings, Uwe


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

Reply via email to