Re: [Qgis-user] QGIS 2.18.9 crash using Python console

2017-06-08 Thread johnrobot
OK, thanks. I´ll wait for 3.0 and try it there. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/QGIS-2-18-9-crash-using-Python-console-tp5323262p5323475.html Sent from the QGIS - User mailing list archive at Nabble.com. ___

Re: [Qgis-user] QGIS 2.18.9 crash using Python console

2017-06-07 Thread Nyall Dawson
On 7 June 2017 at 21:20, johnrobot wrote: > Hi > There is no additional code. I didn´t expect the first example to work, but > I do consider the crash a bug. I get the same result in QGIS 2.14.6 on > Windows 7. I will open a ticket for it. Likely what's happened is you've

Re: [Qgis-user] QGIS 2.18.9 crash using Python console

2017-06-07 Thread johnrobot
Hi There is no additional code. I didn´t expect the first example to work, but I do consider the crash a bug. I get the same result in QGIS 2.14.6 on Windows 7. I will open a ticket for it. -- View this message in context:

Re: [Qgis-user] QGIS 2.18.9 crash using Python console

2017-06-07 Thread Richard Duivenvoorde
On 06-06-17 22:18, johnrobot wrote: > Hi > I had a look at the python examples at > http://www.qgistutorials.com/en/docs/getting_started_with_pyqgis.html. I > noticed that when I run > > layer = iface.activeLayer() > for f in layer.getFeatures(): > print geom.asPoint() > > QGIS crashes and

Re: [Qgis-user] QGIS 2.18.9 crash using Python console

2017-06-06 Thread Nyall Dawson
On 7 June 2017 at 06:18, johnrobot wrote: > Hi > I had a look at the python examples at > http://www.qgistutorials.com/en/docs/getting_started_with_pyqgis.html. I > noticed that when I run > > layer = iface.activeLayer() > for f in layer.getFeatures(): > print

[Qgis-user] QGIS 2.18.9 crash using Python console

2017-06-06 Thread johnrobot
Hi I had a look at the python examples at http://www.qgistutorials.com/en/docs/getting_started_with_pyqgis.html. I noticed that when I run layer = iface.activeLayer() for f in layer.getFeatures(): print geom.asPoint() QGIS crashes and creates a dump file. Is this a known issue? Running layer