3

I am trying to load a dumped geodjango fixture into postgis. The fixture loads perfectly into other computers with the same setup, but on my setup I get:

ValueError: Problem installing fixture 'C:\....json': String or unicode input unrecognized as WKT EWKT, and HEXEWKB.

(I am quite sure this is a configuration/environment related problem.)

Daniel Rucci
  • 2,822
  • 2
  • 32
  • 42
Udi
  • 29,222
  • 9
  • 96
  • 129

1 Answers1

2

The problem seems to be that your environment is missing the python-gdal library. The dependency error is being hidden by an except statement that has been raised as an issue.

ches
  • 6,382
  • 2
  • 35
  • 32