Re: cant be able to setup GDAL in django prject

2020-06-16 Thread Kasper Laudrup
Hi Puneet, On 15/06/2020 09.08, Puneet Makhija wrote: As i am Stuck in this Error from 2 days. But cant get the Solution why this was Happening I am getting an Error: self._handle =_dlopen(self._name,mode)    indusli |OSError:/usr/local/lib/libgdal.so:cannot open shared objectfile:Nosuch

Re: cant be able to setup GDAL in django prject

2020-06-16 Thread RANGA BHARATH JINKA
https://www.youtube.com/playlist?list=PL7amXK4vKqATa_KrfQ3_tEF_ywAgAqWeJ You can watch this playlist on youtube. On Tue, Jun 16, 2020 at 4:43 PM RANGA BHARATH JINKA < bharathjink...@gmail.com> wrote: > Hi, > > If you want to work with maps u can use foilum package. Watch foilum > video of

Re: cant be able to setup GDAL in django prject

2020-06-16 Thread RANGA BHARATH JINKA
Hi, If you want to work with maps u can use foilum package. Watch foilum video of traversy media on youtube. On seeing your error, it is saying that the loation path is not correct. It is not able to find the file path correctly. Instead use python os module to locate the file exactly. Ex:-

Re: cant be able to setup GDAL in django prject

2020-06-16 Thread Puneet Makhija
Please reply please please please please On Monday, June 15, 2020 at 6:51:51 PM UTC+5:30, Puneet Makhija wrote: > > As i am Stuck in this Error from 2 days. But cant get the Solution why > this was Happening > I am getting an Error: > > self._handle = _dlopen(self._name, mode) >

cant be able to setup GDAL in django prject

2020-06-15 Thread Puneet Makhija
As i am Stuck in this Error from 2 days. But cant get the Solution why this was Happening I am getting an Error: self._handle = _dlopen(self._name, mode) indusli | OSError: /usr/local/lib/libgdal.so: cannot open shared object file: No such file or directory And below is my django