Re: django.contrib.gis for Windows 10

2019-10-30 Thread Jani Tiainen
Hi. First postgis should bring all necessary libs since it uses very same geospatial libs as osgeo. Very important thing is to make sure that if you have 32bit libs you use 32bit python and same with 64bits. You just can't mix libs with different bit sizes. In linux this is much easier since it

Re: django.contrib.gis for Windows 10

2019-10-30 Thread Adam Starrh
For future reference, make sure you are using 32-bit versions of Python and OSGeo4Win. GDAL doesn't seem to work otherwise. On Thursday, June 13, 2019 at 12:45:32 PM UTC-7, RyuCoder wrote: > > Hey, > > I had a similar issue with one of the projects I was working on. > > GDAL was not working

Re: django.contrib.gis for Windows 10

2019-06-13 Thread Chetan Ganji
Hey, I had a similar issue with one of the projects I was working on. GDAL was not working properly in windows 10, it was not getting detected for some reason. I never figured out why and how to fix that. I ended up using Ubuntu to fix the issue. It worked like a charm! Regards, Chetan Ganji

django.contrib.gis for Windows 10

2019-06-13 Thread Thanasis
Hello. I want to use the GeoDjango application. I begun with the tutorial GIS Tutorial . I installed properly the PostgreSQL and PostGis for Windows 10. In addition, I follow the steps and I installed the OSGeo4W