Re: Geodjango Error

2018-10-03 Thread VAIBHAV GUPTA
Still I am not able to get what path should I set so that GDAL could run. On Wednesday, October 3, 2018, heriberto ochoa wrote: > In the path of Anaconda3 where stay python, or in el path default in case > of use the traditional installation of python > > El martes, 2 de octubre de 2018, 13:53:4

Re: Geodjango Error

2018-10-02 Thread heriberto ochoa
In the path of Anaconda3 where stay python, or in el path default in case of use the traditional installation of python El martes, 2 de octubre de 2018, 13:53:41 (UTC-6), VAIBHAV GUPTA escribió: > > It is installed automatically at that location. I didn't specified any > location. > So accordin

Re: Geodjango Error

2018-10-02 Thread VAIBHAV GUPTA
It is installed automatically at that location. I didn't specified any location. So according to you, where should I install this GDAL? On Wed, Oct 3, 2018 at 12:48 AM heriberto ochoa wrote: > The problem can be with Anaconda3, you installed GDAL in the path of > Anaconda3 or in the path de oth

Re: Geodjango Error

2018-10-02 Thread heriberto ochoa
The problem can be with Anaconda3, you installed GDAL in the path of Anaconda3 or in the path de other path of python?, the path of GDAL have all .dll file required El martes, 2 de octubre de 2018, 5:26:16 (UTC-6), VAIBHAV GUPTA escribió: > > Yaa I got the error as what you (Michal Petrucha) sta

Re: Geodjango Error

2018-10-02 Thread VAIBHAV GUPTA
Yaa I got the error as what you (Michal Petrucha) stated about that the path of GDAL_LIBRARY_PATH that I had given was of Linux. Now I changed the path (given below) according to the windows OS , still the problem is not resolved. GDAL_LIBRARY_PATH = 'C:\\Users\\gaurav\\Anaconda3\\Lib\\site-pack

Re: Geodjango Error

2018-10-01 Thread Michal Petrucha
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Mon, Oct 01, 2018 at 03:02:18PM -0700, vaibhav.gupta_c...@gla.ac.in wrote: > I have installed PROJ4, GDAL and GEOS libraries using OSGeo4W installer > . But the problem is with GDAL library. > Earlier there was a

Re: Geodjango Error

2018-10-01 Thread heriberto ochoa
try this installation https://sandbox.idre.ucla.edu/sandbox/tutorials/installing-gdal-for-windows or this http://www.sigdeletras.com/2016/instalacion-de-python-y-gdal-en-windows/ El lun., 1 de oct. de 2018 4:02 p. m., escribió: > I have installed PROJ4, GDAL and GEOS libraries using OSGeo4W ins

Re: Geodjango Error

2018-10-01 Thread vaibhav . gupta_cs16
On Tuesday, October 2, 2018 at 3:32:18 AM UTC+5:30, vaibhav.g...@gla.ac.in wrote: > > I have installed PROJ4, GDAL and GEOS libraries using OSGeo4W installer > . But the problem is with GDAL library. > Earlier there was an error showing :- > django.core.excepti

Re: Geodjango Error

2018-10-01 Thread vaibhav . gupta_cs16
I have installed PROJ4, GDAL and GEOS libraries using OSGeo4W installer . But the problem is with GDAL library. Earlier there was an error showing :- django.core.exceptions.ImproperlyConfigured: Could not find the GDAL library (tried "gdal202", "gdal201", "gdal20

Re: Geodjango Error

2018-10-01 Thread heriberto ochoa
Could it be that it does not find a .dll file, what libraries do you use? El lun., 1 de oct. de 2018 11:17 a. m., escribió: > Currently, I am working on Geodjango. I have gone through all the > procedures written in > https://docs.djangoproject.com/en/2.1/ref/contrib/gis/install/#requirements >

Geodjango Error

2018-10-01 Thread vaibhav . gupta_cs16
Currently, I am working on Geodjango. I have gone through all the procedures written in https://docs.djangoproject.com/en/2.1/ref/contrib/gis/install/#requirements for windows OS. But still I am facing an error showing : OSError: [WinError 126] The specified module could not be found You can r

Re: geodjango error

2016-06-16 Thread Xristos Xristoou
Τη Πέμπτη, 16 Ιουνίου 2016 - 11:52:55 μ.μ. UTC+3, ο χρήστης Xristos Xristoou έγραψε: > > hello i want to use geos for one project. > i have install successful gdal and leaflet and djgeojson. > i try to open manage.py and show me that error : > > point import sqlite3_create_function_v2 not > find

geodjango error

2016-06-16 Thread Xristos Xristoou
hello i want to use geos for one project. i have install successful gdal and leaflet and djgeojson. i try to open manage.py and show me that error : point import sqlite3_create_function_v2 not find in library dynamic connection c:programs files (x86)\GDAL\spatialite.dll any idea ? -- You rec

geodjango error

2012-03-17 Thread rohan
I am following the geodjango tutorial on djangoproject. I have installed postgresql with postgis. and tested orginfo with GDAL sucessfully. However, I am getting an error while running syncdb. django.core.exceptions.ImproperlyConfigured: Could not import user- defined GEOMETRY_BACKEND "geos". I a

Re: GeoDjango - Error while importing data

2012-01-27 Thread Jeff Heard
you are using Postgres 9.1 There is a bug in the adapter for 9.1. It is addressed and fixed with this patch: https://code.djangoproject.com/ticket/16778 On Mon, Jan 16, 2012 at 2:52 AM, Serge RABEVOHITRA < serge.rabevohi...@gmail.com> wrote: > Hi, > > I've just begun to learn GeoDjango. So I f

GeoDjango - Error while importing data

2012-01-27 Thread Serge RABEVOHITRA
Hi, I've just begun to learn GeoDjango. So I followed step by step the "geodjango tutorial". When I was at the step "Import data" (TM_WORLD_BORDERS-0.3.shp) , i've got this error message : "Failed to save the feature (id:0) into the model with the keyword arguments : {'iso2' : u'AG' DatabaseEr

Re: problem installing GeoDjango (ERROR: Testing closing Polygon objects)

2008-04-15 Thread Justin Bronn
Tyler, > Any thoughts on what is causing the test to fail? This is because of a bug I reported in the GDAL library (versions 1.4.1 and below): http://trac.osgeo.org/gdal/ticket/1673 Fortunately, the bug is isolated to a single feature that is not used by the GeoDjango internals: the `close_rin

problem installing GeoDjango (ERROR: Testing closing Polygon objects)

2008-04-13 Thread Tyler Erickson
I have been trying to install GeoDjango for the first time following the instructions on: http://code.djangoproject.com/wiki/GeoDjangoInstall The install seems to go fine, but I get an error when running the test_gdal.run() test that is testing the closing of a polygon object (output included at e

Re: GeoDjango - error running GDAL tests

2008-01-06 Thread David
Excellent. I just updated to 7003 and the error message is gone. I really appreciate your taking the time to help me with this. Cheers! -- David Hancock On Jan 6, 6:01 pm, tlp <[EMAIL PROTECTED]> wrote: > Hello David, > > I was not able to reproduce the error on any Linux, Windows or Solaris >

Re: GeoDjango - error running GDAL tests

2008-01-06 Thread tlp
Hello David, I was not able to reproduce the error on any Linux, Windows or Solaris machines so I created a vmware image from scratch using the software versions you specified. The following are steps I took to recreate your problem. [Installation for setting up Whitebox Linux 3.0 with geodj

GeoDjango - error running GDAL tests

2008-01-05 Thread Hancock, David (dhancock)
I am getting the error message: "OGRException: Could not register all the OGR data source drivers!" (See the traceback below.) I also see this traceback trying to use the DataSource example (importing a zipcode shapefile). The test_geos.run() tests all pass. I can run ogrinfo from the command line

Re: GeoDjango : Error in admin site with geom fields

2007-09-17 Thread guillaume
seems there's a bad trick like this indeed. I'm gonna check this all. Thanks for the clue On 16 sep, 19:38, "Ariel Mauricio Nunez Gomez" <[EMAIL PROTECTED]> wrote: > Did you have a previous geos installation?? > Maybe you have some old .so's that are being linked instead of the new ones. > > Ari

Re: GeoDjango : Error in admin site with geom fields

2007-09-16 Thread Ariel Mauricio Nunez Gomez
Did you have a previous geos installation?? Maybe you have some old .so's that are being linked instead of the new ones. Ariel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this gro

GeoDjango : Error in admin site with geom fields

2007-09-16 Thread guillaume
Hi, I've build up a small geodjango app. Using the admin-site to view the records of my table gives me : /usr/lib/libgeos_c.so: undefined symbol: GEOSGeomFromHEX_buf my geos version is 3.0.0.RC4 my model is : class commune(models.Model, models.GeoMixin): depcom = models.CharField(maxlength=5