I am coding a program using python and wxpython (a gui system) which downloads RSS feeds of interest, parses them, then formats them into HTML which is then shown through the HtmlWindow function of wxpython. I know how to use the python command webbrowser.open() but I don't know how to override the default function used when a link is clicked in the html window. How would I go about doing this?
