Quantcast
Channel: Question and Answer » gdal
Viewing all articles
Browse latest Browse all 397

GDAL Installation help in windows

$
0
0

I’m trying to build a GIS application in Django Framework.

  1. I completed the GeoDjango installtion (postresql, spatial libraries).
  2. I installed OSgeo4W in my C drive.
  3. I also setup environment variables.
  4. I’m using PyCharm as an IDE and have a virtual env set up for my project.

But I cannot get the osgeo import to work in my django project.

It’s not recognized but the import works fine in python shell.

Do I need to install all these gis components into my virtualenv site-packages?

How do I get around this?


Viewing all articles
Browse latest Browse all 397

Trending Articles