I see that indeed this bug is demonstrated by running "import
osgeo.gdal_array" (works on qgis2 but not on qgis3)

I manually applied the suggested fix in gdal_array.py:

-import _gdal_array
+from . import _gdal_array

But it still doesn't work on qgis3.
Isn't _gdal_array.pyd  a required file for import gdal_array in py3? It's
present only in the py2.7 lib folder.

I'm not sure if this file is auto generated by SWIG or if this fix in
gdal_array.i would make any difference.

On 3 May 2017 at 19:31, Sebastiaan Couwenberg <[email protected]> wrote:

> On 05/03/2017 06:27 PM, Idan Miara wrote:
> > Thanks, Where would be the appropriate place to report this issue?
>
> Most probably: https://trac.osgeo.org/osgeo4w/
>
> Kind Regards,
>
> Bas
>
> --
>  GPG Key ID: 4096R/6750F10AE88D4AF1
> Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
> _______________________________________________
> Qgis-developer mailing list
> [email protected]
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
_______________________________________________
Qgis-developer mailing list
[email protected]
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to