--- a/Helpviewer/HelpBrowserWV.py Sat Feb 11 16:17:25 2012 +0100 +++ b/Helpviewer/HelpBrowserWV.py Sun Feb 12 16:53:32 2012 +0100 @@ -258,6 +258,7 @@ return False errorPage = sip.cast(output, QWebPage.ErrorPageExtensionReturn) + errorPage.baseUrl = info.url urlString = bytes(info.url.toEncoded()).decode() html = notFoundPage_html title = self.trUtf8("Error loading page: {0}").format(urlString)