I am using <br><br> def viewSrc(self):<br>      self.browser.toHTML<br><br>And I get the attribute error no toHTML. Why is this? I am importing PyQt4 like:<br><br>from PyQt4 import QtCore, QtGui<br>from PyQt4 import QtWebKit<br>
<br><br>