[QGIS-Developer] "failed to load!" - loading vector files into pyQGIS (outside QGIS)

2018-03-24 Thread Jonas enok
Hello I am currently trying to learn PyQGIS. At almost the beginning I have encountered a problem loading a shapefile into pyqgis, using a standalone application (in this case, Pyscripter 3.2.2, 32 bit). I have tried both QGIS 3.0 (newest OSGeo4w version) and 2.18 standalone with OSGeo4w

Re: [QGIS-Developer] Fwd: Plugin version approval

2018-03-24 Thread Heikki Vesanto
Excellent. Thanks Paolo. On Fri 23 Mar 2018, 23:11 Paolo Cavallini, wrote: > Done. > Thanks for letting me know. > All the best. > > Il 23/03/2018 11:16, Heikki Vesanto ha scritto: > > I have a couple of new updates to my plugins that have been awaiting > > approval since

Re: [QGIS-Developer] Error when saving Processing Script QGIS master

2018-03-24 Thread matteo
Hi Nyall, > Does it help if you inherit from QgsProcessingAlgorithm instead? > There's no need to inherit from QgisAlgorithm here, you should use the > base class directly. nope.. I already changed that so that now the class inherits from QgsProcessingAlgorithm. I also noticed that I have to

Re: [QGIS-Developer] Error when saving Processing Script QGIS master

2018-03-24 Thread erno
Hi Matteo, I encountered the same problem when starting processing script creation from scratch for QGIS 3.0.0. However, the Plugin Builder by GeoApt LLC can create a processing plugin template. It includes also class