Re: Opinion on Pyrex
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: Opinion on Pyrex

From: Lisandro Dalcin <dalcinl@gmail.com>
Date: Fri Sep 30 2005 - 23:00:09 CEST

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++.
Received on Sat Oct 15 04:01:10 2005