[EMAIL PROTECTED] wrote: > If it has C++ bindings then maybe SIP could help - > http://www.riverbankcomputing.co.uk/sip/ > > PyQT4 bindings made with SIP are realy nice :) These are the conclusions of several Python wrappers that shows that SIP generates the fastest wrappers:
* Manual wrapping is still fastest and most versatile * SIP, Boost and Babel generate native extension modules with low overhead * SWIG-generated modules rely on pure Python wrapper module and introduce a large overhead * Wrapper tool highlights: - SIP generates the fastest wrappers - SWIG is mature and well documented - Boost.Python most elegant integration of C++ and Python - Babel supports languages as both target and source http://people.web.psi.ch/geus/talks/europython2004_geus.pdf --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---