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 +91-900-483-4183 [email protected] http://ryucoder.in On Thu, Jun 13, 2019 at 11:54 PM Thanasis <[email protected]> wrote: > Hello. > I want to use the GeoDjango application. I begun with the tutorial GIS > Tutorial <https://docs.djangoproject.com/en/2.2/ref/contrib/gis/tutorial/>. > I installed properly the PostgreSQL and PostGis for Windows 10. In > addition, I follow the steps and I installed the OSGeo4W > <https://docs.djangoproject.com/en/2.2/ref/contrib/gis/install/#osgeo4w> > in order to get the geospartial libraries. I foolowed the steps in order to > create the environment variables GDA L_DATA and PROJ_LIB. So, I continued > with the tutorial > https://docs.djangoproject.com/en/2.2/ref/contrib/gis/tutorial/#use-ogrinfo-to-examine-spatial-data > which > this command works properly. I make a geographic model and try to make a > migration in the database. Although, I get a big traceback > > Traceback (most recent call last): > File "manage.py", line 21, in <module> > main() > File "manage.py", line 17, in main > execute_from_command_line(sys.argv) > File > "C:\Users\examples\vent\lib\site-packages\django\core\management\__init__.py" > , line 381, in execute_from_command_line > utility.execute() > File > "C:\Users\examples\vent\lib\site-packages\django\core\management\__init__.py" > , line 357, in execute > django.setup() > File "C:\Users\examples\vent\lib\site-packages\django\__init__.py", > line 24, in setup > apps.populate(settings.INSTALLED_APPS) > File "C:\Users\examples\vent\lib\site-packages\django\apps\registry.py", > line 122, in populate > app_config.ready() > File > "C:\Users\examples\vent\lib\site-packages\django\contrib\admin\apps.py", > line 24, in ready > self.module.autodiscover() > File > "C:\Users\examples\vent\lib\site-packages\django\contrib\admin\__init__.py" > , line 26, in autodiscover > autodiscover_modules('admin', register_to=site) > File > "C:\Users\examples\vent\lib\site-packages\django\utils\module_loading.py", > line 47, in autodiscover_modules > import_module('%s.%s' % (app_config.name, module_to_search)) > File "C:\Users\examples\vent\lib\importlib\__init__.py", line 127, in > import_module > return _bootstrap._gcd_import(name[level:], package, level) > File "<frozen importlib._bootstrap>", line 1006, in _gcd_import > File "<frozen importlib._bootstrap>", line 983, in _find_and_load > File "<frozen importlib._bootstrap>", line 967, in > _find_and_load_unlocked > File "<frozen importlib._bootstrap>", line 677, in _load_unlocked > File "<frozen importlib._bootstrap_external>", line 728, in exec_module > File "<frozen importlib._bootstrap>", line 219, in > _call_with_frames_removed > File > "C:\Users\examples\vent\lib\site-packages\django\contrib\gis\admin\__init__.py" > , line 5, in <module> > from django.contrib.gis.admin.options import GeoModelAdmin, > OSMGeoAdmin > File > "C:\Users\examples\vent\lib\site-packages\django\contrib\gis\admin\options.py" > , line 2, in <module> > from django.contrib.gis.admin.widgets import OpenLayersWidget > File > "C:\Users\examples\vent\lib\site-packages\django\contrib\gis\admin\widgets.py" > , line 3, in <module> > from django.contrib.gis.gdal import GDALException > File > "C:\Users\examples\vent\lib\site-packages\django\contrib\gis\gdal\__init__.py" > , line 28, in <module> > from django.contrib.gis.gdal.datasource import DataSource > File > "C:\Users\examples\vent\lib\site-packages\django\contrib\gis\gdal\datasource.py" > , line 39, in <module> > from django.contrib.gis.gdal.driver import Driver > File > "C:\Users\examples\vent\lib\site-packages\django\contrib\gis\gdal\driver.py" > , line 5, in <module> > from django.contrib.gis.gdal.prototypes import ds as vcapi, raster as > rcapi > File > "C:\Users\examples\vent\lib\site-packages\django\contrib\gis\gdal\prototypes\ds.py" > , line 9, in <module> > from django.contrib.gis.gdal.libgdal import GDAL_VERSION, lgdal > File "C:\Users\examples\ > vent\lib\site-packages\django\contrib\gis\gdal\libgdal.py", line 47, in > <module> > lgdal = CDLL(lib_path) > File "c:\program files (x86)\python37-32\Lib\ctypes\__init__.py", line > 356, in __init__ > self._handle = _dlopen(self._name, mode) > OSError: [WinError 193] %1 is not a valid Win32 applicationEnter code here > ... > > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/b30c87ac-00d0-4966-a43a-c60533ccec49%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/b30c87ac-00d0-4966-a43a-c60533ccec49%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAMKMUjsQugTM-yK0aUv7WNe%3D9oe3XMfH4rqVi36WPxf7X0dZ0Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

