Hi, in Python, if I do: writer = QgsVectorFileWriter("my_shapes.shp", "CP1250", QgsFields(), QGis.WKBLine, None, "ESRI Shapefile") Qgis raises an error telling that first parameter is "str", but he wants "QString"...????