On Wednesday 24 September 2008, Glenn Linderman wrote:
> So I tried to try this... being (currently) a PyQt Windows user.  The
> code below wouldn't run at all.
>
> Transforming it to:
>
> #!/usr/bin/env python
> from PyQt4 import QtCore, QtGui, QtWebKit
>
> app = QtGui.QApplication([])
> web = QtWebKit.QWebView()
> url = QtWebKit.QUrl("http://library.williamson-tn.org";)
> web.load(url)
> web.show()
> app.exec_()
>
> helped quite a bit, but didn't find QUrl.

QUrl comes from QtCore.

-- 
Jan Ekholm
[EMAIL PROTECTED]
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to