Is it possible to statically link Python into a C/C++ program?

Justin Shaw wyojustin at hotmail.com
Thu Jan 23 23:05:09 EST 2003


Check out SWIG.  I use it all the time.  Pointers, arrays and structs make
you work for it but the result is worth it.

http://www.swig.org/Doc1.1/HTML/Python.html

Justin Shaw






More information about the Python-list mailing list