strk / qgis_pgis_topoedit

PostGIS topology editor plugin for qgis
GNU General Public License v3.0
18 stars 9 forks source link

wrong parameter #6

Closed torecki closed 2 years ago

torecki commented 6 years ago

I get an error message and the plugin does'nt work.

Algorithmus Make valid startet...

[Error 87] Falscher Parameter See log for more details

"C:/Users/Torsten/.qgis2/python/plugins\processinglwgeomprovider\LwgeomAlgorithm.py", line 117, in > processAlgorithm liblwgeom = self.getLwgeomLibrary() File "C:/Users/Torsten/.qgis2/python/plugins\processinglwgeomprovider\LwgeomAlgorithm.py", line 97, in getLwgeomLibrary lib = ctypes.CDLL(libpath) File "E:\Programme\osgeo4w\apps\Python27\lib\ctypes__init.py", line 365, in init__ self._handle = _dlopen(self._name, mode) WindowsError: [Error 87] Falscher Parameter I tried on Windows 10 64 bit with QGIS 2.18.20

Thanks in advance

strk commented 6 years ago

"C:/Users/Torsten/.qgis2/python/plugins\processinglwgeomprovider\LwgeomAlgorithm.py", line 117, in > processAlgorithm liblwgeom = self.getLwgeomLibrary() File "C:/Users/Torsten/.qgis2/python/plugins\processinglwgeomprovider\LwgeomAlgorithm.py", line 97, in getLwgeomLibrary lib = ctypes.CDLL(libpath) File "E:\Programme\osgeo4w\apps\Python27\lib\ctypes__init.py", line 365, in init__ self._handle = _dlopen(self._name, mode) WindowsError: [Error 87] Falscher Parameter I tried on Windows 10 64 bit with QGIS 2.18.20

The above error is NOT coming from this plugin. Search for "lwgeom provider qgis processing"

close