Re: [Qgis-developer] QtNetwork issue with master?

2012-04-16 Thread William Kyngesburye
I get a very similar crash trace to a recent WFS bug: http://hub.qgis.org/issues/5338 On Apr 16, 2012, at 11:18 AM, Alexander Bruy wrote: > Hi Larry, > > works here under 32 bit Slackware Linux with master 51ff2b5413 > and Qt 4.7.0 > > 2012/4/16 Larry Shaffer : >> Hi, >> >> On builds of maste

Re: [Qgis-developer] QtNetwork issue with master?

2012-04-16 Thread Alexander Bruy
Hi Larry, works here under 32 bit Slackware Linux with master 51ff2b5413 and Qt 4.7.0 2012/4/16 Larry Shaffer : > Hi, > > On builds of master branch (Mac OS X 10.7.3, Qt 4.8.1, Py 2.7.1) the > following simple QWebView window crashes QGIS: > >   from PyQt4.QtGui import QMainWindow >   from PyQt4.

[Qgis-developer] QtNetwork issue with master?

2012-04-16 Thread Larry Shaffer
Hi, On builds of master branch (Mac OS X 10.7.3, Qt 4.8.1, Py 2.7.1) the following simple QWebView window crashes QGIS: from PyQt4.QtGui import QMainWindow from PyQt4.QtCore import QUrl from PyQt4.QtWebKit import QWebView win = QMainWindow(qgis.utils.iface.mainWindow()) helpviewer =