the error is due to your installed modules as you can see: from osgeo import ogr.... No module named osgeo
explain you have no osgeo python module installed or it can't be find in your PYTHONPATH. What did yuo changed in your previous qgis or environment installation? regards, Luigi Pirelli On 4 October 2014 08:18, Andrea Peri <[email protected]> wrote: > from osgeo import ogr _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
