Re: [gdal-dev] Wrong GDAL VersionInfo

2020-05-07 Thread Even Rouault
> Do you think I should open a ticket in QGIS or OSGeo4W tracker? I'd say OSGeo4W -- Spatialys - Geospatial professional services http://www.spatialys.com ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal

Re: [gdal-dev] Wrong GDAL VersionInfo

2020-05-07 Thread Pedro Venâncio
Hi Even, You're right, I hadn't python3-gdal-dev package installed. After install it and run gdal-dev-py3-env, version become correct in OSGeo4W Shell gdal.VersionInfo() '302' Should not python3-gdal-dev package be installed by default with gdal-dev? However, I was trying it inside QGIS, in

Re: [gdal-dev] Wrong GDAL VersionInfo

2020-05-07 Thread Even Rouault
On jeudi 7 mai 2020 18:29:02 CEST Pedro Venâncio wrote: > Hi all, > > I'm seeing that gdal 3.2.0dev is giving a wrong gdal.VersionInfo() output: > '3000400'. > Anyone confirm? You're probably not using the Python module corresponding to master. Have you intalled the python3-gdal-dev package and

[gdal-dev] Wrong GDAL VersionInfo

2020-05-07 Thread Pedro Venâncio
Hi all, I'm seeing that gdal 3.2.0dev is giving a wrong gdal.VersionInfo() output: '3000400'. Testing several GDAL versions: 3.2.0dev import gdal gdal.VersionInfo() '3000400' 3.0.2 import gdal gdal.VersionInfo() '3000200' 2.4.3 import gdal gdal.VersionInfo() '2040300' This is happening with