Forums

C:\OSGeo4W\bin\gdal307

I have this folder on my development PC C:\OSGeo4W\bin\gdal307. In my app I connected to it in my settings.py with:

-#GeoDjango connection

GDAL_LIBRARY_PATH = r'C:\OSGeo4W\bin\gdal307'

This will definetly throw error on python Anywhere. I read in one of the forum that you have GEO installed on PythonAnywhere. If it is installed, kindly point me to the folder to reference it in my settings.

Thank you very much.

Isaac;

The GDAL libraries are installed in the default location for Ubuntu system libraries, /usr/local/lib/, so I don't think you'll need to set the GDAL_LIBRARY_PATH for normal usage -- though, of course, you can set it explicitly if you like.

Thank you very much, it worked.

Excellent, thanks for confirming!