pyvm -- faster python

Mike Meyer mwm at mired.org
Wed May 11 23:46:37 EDT 2005


Stelios Xanthakis <sxanth at ceid.upatras.gr> writes:
> 	- hacking SWIG.  Shouldn't be too hard and will instantly give
> 	us access to wx, qt, etc.

You can't assume that because some package is a C/C++ library wrapped
for Python that it uses SWIG. pyqt, for example, doesn't use SWIG at
all. It uses SIP, which is considerably more complicated than SWIG.

     <mike
-- 
Mike Meyer <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.



More information about the Python-list mailing list