[Qgis-developer] response/output is missing in python console of qgis 1.2.0 and 1.3.0 in win xp.

Borys Jurgiel borysiasty at aster.pl
Fri Oct 9 14:27:47 EDT 2009


Dne pátek 09 října 2009 20:25:10 Volkan Kepoglu napsal(a):
> >>> layer1 = iface.mapCanvas().layer(0)
> 
> **>>> layer1.name()
> 
> *

Try:

print layer1.name()

Obviously it's less comfortable and I'll think about this issue!


More information about the Qgis-developer mailing list