Hi there,<br><br>I am trying to get some output with print function and nothing returns, ıs there way usşng print in qgis in different way?<br><br>Also I would be appreciate if you send some code examples that for analyzing the shape files. This is an urgent situation,<br>
<br>Thank for help,<br><br><br>      provider = vlayer.dataProvider()<br>      feat = QgsFeature()<br>      if feat is None:<br>        print &quot;test&quot;<br>      else:<br>        print &quot;test2&quot;<br>