regarding SWIG

Stefaan Himpe stefaan.himpe at gmail.com
Tue Jul 22 16:01:51 EDT 2008


> Hi..
> I'm new to SWIG and need to create Wrapper for C code,
> so, I have installed the SWIG already but doesnot know how to run it
> for generating Interface file...

As far as I understand, SWIG will not generate an interface file for 
you. You have to write it yourself, to tell SWIG what parts of your API
you want to expose in python.

HTH,
Stefaan.



More information about the Python-list mailing list