I have
setup(windows=[{"script" : "run.py"}], options={"py2exe" : {"includes"
: ["sip", "PyQt4", "PyQt4.QtNetwork"]}})And it works, also for a WebKit using part of the application (which needs extra PyQt4.QtNetwork added) 2009/1/10, Albert Cervera i Areny <[email protected]>: > 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 > _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
