Python compilers?

Roger Binns rogerb at rogerbinns.com
Tue May 18 12:37:58 EDT 2004


SeeBelow at SeeBelow.Nut wrote:
> A related problem is that it seems to be a big deal to call C routines
> from Python.  I have not actually tried it, because when I read about
> how its done I was not able to understand it.

Use SWIG.  If your C header file is well written, you may not need to
give any additional information to SWIG.

Roger





More information about the Python-list mailing list