Possible Duplicate:
How to access feature classes in File Geodatabases with python and gdal?
I have installed:
python-2.7.msi
GDAL-1.9.1.win32-py2.7.exe
import ogr
driver = ogr.GetDriverByName("FileGDB")
print driver
I receive None
Do I need to install something extra to open GDB?