I'm trying to make an installer using py2exe. One of the ui files the application loads contains a QWebView widget, but I get the following error:
ImportError: No module named QtWebKit.QWebView I've added 'PyQt4.QtWebKit' to the 'includes' list but that doesn't seem to solve the problem. Does anybody know how I can solve this issue? Thanks! -- Albert Cervera i Areny http://www.NaN-tic.com _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
