Hi Levent, It looks like the system doesn't know if GDAL is installed. If you have installed GDAL then you might try adding a setting in your settings.py file called GDAL_LIBRARY_PATH and set it to the location on disk where the GDAL .dll can be found.
for example: GDAL_LIBRARY_PATH = "C:/osgeo4w/bin/gdal115.dll" Hope that helps. Also, you should know that Arches 3.0 will be officially released in the next couple of weeks and I would recommend that you wait for that version before you do any real work. Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Thu, Apr 9, 2015 at 6:37 AM, Levent Boz <[email protected]> wrote: > I'm losing my sanity please help me > Without cds packages, I cannot add anything. I have a blank map and blank > add/remove menu > > 9 Nisan 2015 Perşembe 14:27:16 UTC+2 tarihinde Levent Boz yazdı: > >> Everything is normal, Arches is running. >> I added 'cds', to setting file >> I also created cds folder in the packages folder >> First, I executed install_arches_db.bat >> Then install_packages.bat >> >> but I have this >> >> File "I:\arches-web\archesproject\db\Data\load_from_csv.py", line 141, >> in reso >> urceListToEntities >> masterGraph.index() >> File "I:\arches-web\archesproject\packages\cds\models\entity.py", line >> 372, in >> index >> search_result['geometries'].append(fromstr(geom_entity.value).json) >> File "I:\arches-web\archesproject\virtualenv\ENV\lib\site- >> packages\django\cont >> rib\gis\geos\geometry.py", line 420, in json >> raise GEOSException('GeoJSON output only supported when GDAL is >> installed.') >> >> django.contrib.gis.geos.error.GEOSException: GeoJSON output only >> supported when GDAL is installed. >> >> Any info? >> >> Thanks in advance >> > -- > -- To post, send email to [email protected]. To unsubscribe, > send email to [email protected]. For more > information, visit https://groups.google.com/d/forum/archesproject?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Arches Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
