Is it at all possible to use Pygments inside of wxPython to provide syntax highlighting?
+4
A:
Positive. While pygments is originally aimed at CSS output, you can define a pygments formatter to define styles for a wx.StyledTextCtrl for example. I happen to have done that just recently:
relet
2010-08-06 22:22:55