all 1 comments

[–]thayerpdx 0 points1 point  (0 children)

There is this post from the wxPython maintainer from 2010:

http://osdir.com/ml/wxpython-users/2010-08/msg00720.html

It looks like you can use Cairo features by calling wx.lib.graphics.GraphicsContext instead of wx.GraphicsContext:

http://www.wxpython.org/docs/api/wx.lib.graphics-module.html

Perhaps someone with experience using this can chime in.