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

2017-05-03 Thread Jürgen E . Fischer
Hi Idan, On Wed, 03. May 2017 at 17:23:56 +0300, Idan Miara wrote: > I wondered why does the latest qgis 3.0 weekly build (2.99.0-18) still > contains some qt4 and py2.7 binaries. QGIS depends on GRASS, which still depends on python2. > also, _gdal_array.pyd is missing from >

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

2017-05-03 Thread Idan Miara
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

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

2017-05-03 Thread Sebastiaan Couwenberg
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

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

2017-05-03 Thread Idan Miara
Thanks, Where would be the appropriate place to report this issue? On 3 May 2017 5:40 pm, "Bas Couwenberg" wrote: > On 2017-05-03 16:23, Idan Miara wrote: > >> ModuleNotFoundError: No module named '_gdal_array' >> > > That sounds like: https://trac.osgeo.org/gdal/ticket/6801

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

2017-05-03 Thread Bas Couwenberg
On 2017-05-03 16:23, Idan Miara wrote: ModuleNotFoundError: No module named '_gdal_array' That sounds like: https://trac.osgeo.org/gdal/ticket/6801 OSGeo4W probably needs to include the patch for that issue like the Debian package does. Kind Regards, Bas