On Fri, Oct 26, 2012 at 10:03:17PM +0100, Brian Sidebotham wrote: > > Not sure if it's possible to remove the Cairo dependency in wxPython may > > be it's worth trying.
No you can't (under unix at least). wxPython uses wxWidget which is based on gtk. gtk needs cairo for drawing the widgets. So cairo has to stay XD Also I'd suggest svg for web stuff since it's imaging model is almost the same and it's client rendered... -- Lorenzo Marcantonio Logos Srl _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

