Changes between Version 1 and Version 2 of Ticket #5171


Ignore:
Timestamp:
Jul 26, 2013, 3:19:00 PM (11 years ago)
Author:
warmerdam
Comment:

I would appear that whoever built GDAL-1.10.0.win32-py2.7.exe did not include FileGDB, MySQL and PostgreSQL support. Where did you get it?

+cc tamas in case this is one of his builds.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5171

    • Property Cc tamas added
  • Ticket #5171 – Description

    v1 v2  
    77
    88When I run this code:
    9 
     9{{{
    1010for i in range(0,ogr.GetDriverCount()):
    1111        drv=ogr.GetDriver(i)
    1212        print i,drv.GetName()
    13 
     13}}}
    1414I don't see either FileGDB, PostgresSQL or MySQL as options.  The results are:
     15{{{
    15160 ESRI Shapefile
    16171 MapInfo File
     
    666751 ElasticSearch
    676852 PDF
     69}}}