Opinion on Pyrex

Lisandro Dalcin dalcinl at gmail.com
Fri Sep 30 17:00:09 EDT 2005


That's the reason I am using SWIG

http://www.swig.org

For C++ classes, you can get a working Python module autmatically. It
also has advanced features, like "directors", enablig subclassing from
Python (to be used in de C++ side).

However, I should warn you SWIG is not as friendly as Pyrex. But I used
it to wrap nontrivial libraries written in C and C++.




More information about the Python-list mailing list