I would like to use geodjango, but the error that I am getting when following the official installation guide is:
File "c:\users\me\appdata\local\programs\python\python36-32\Lib\ctypes\__init__.py", line 348, in __init__
self._handle = _dlopen(self._name, mode)
OSError: [WinError 193] %1 is not a valid Win32 application
I see that this error has been addressed here OSError: [WinError 193] %1 is not a valid Win32 application but I still don't know how to fix it in this case. Do I have to make some change to that line?