Hi all,
I try to access the GDAL library via python to use a format (namely esri personal geodatabase) which my FME installation / licencing doesn't support.
GDAL 2.4.0 and Python for GDAL are installed (everything under 32bit as my Microsoft Access driver is a 32bit installation, according to the manual https://sandbox.idre.ucla.edu/sandbox/tutorials/installing-gdal-for-windows). In my Command Prompt everything works, except the connection to a *.mdb. The error says:
ERROR 1: Unable to initialize ODBC connection to DSN for DRIVER=Microsoft Access Driver (*.mdb);DBQ=PGeo:electricite.mdb
If you have any advice on this, I'm grateful. Of course I'm checking my drivers, but couldn't find any inconsistencies yet.
Well, my main problem is to access the GDAL library within FME PythonCreator. How do I import it? I tried
from osgeo import gdal
but this doesn't work. Do I miss something?
Cheers,
Maria