On 1/14/13 1:40 PM, Николай wrote:
> FYI current wxPython is based on SWIG, next version is using SIP.
> AFAIK SWIG is not python specific which makes it sub-optimal.

Indeed.  I am very happily leaving SWIG behind as the code generated by 
SIP is smaller, faster, more robust and has less of a memory footprint 
at runtime.  And because of being focused on just Python it is a little 
easier to make things a bit more pythonic from the user's perspective 
too. Switching PySide to SWIG would definitely be a step backwards IMO.


-- 
Robin Dunn
Software Craftsman
http://wxPython.org


_______________________________________________
PySide mailing list
PySide@qt-project.org
http://lists.qt-project.org/mailman/listinfo/pyside

Reply via email to