[Qgis-developer] qgis 3 still includes qt4+py2 stuff and missing _gdal_array.pyd

Idan Miara idan at miara.com
Wed May 3 10:28:51 PDT 2017


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 <sebastic at xs4all.nl> 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
> Qgis-developer at lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20170503/1c5f867d/attachment.html>


More information about the QGIS-Developer mailing list