Bonjour,

J'essaie d'installer gdal, d'après ce tuto: http://geotribu.net/node/636

Je pense que j'ai réussi l'installation:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 
Import worked. All seems to be fine. Let's got to work!
 
ESRI Shapefile driver IS available.
PostgreSQL driver IS available.
FileGDB driver IS available.
['FileGDB', 'ESRI Shapefile', 'MapInfo File', 'UK .NTF', 'SDTS', 'TIGER', 'S57',
 'DGN', 'VRT', 'REC', 'Memory', 'BNA', 'CSV', 'NAS', 'GML', 'GPX', 'LIBKML', 'KM
L', 'GeoJSON', 'Interlis 1', 'Interlis 2', 'GMT', 'GPKG', 'SQLite', 'ODBC', 'WAs
P', 'PGeo', 'MSSQLSpatial', 'PostgreSQL', 'MySQL', 'PCIDSK', 'OpenFileGDB', 'XPl
ane', 'AVCBin', 'AVCE00', 'DXF', 'Geoconcept', 'GeoRSS', 'GPSTrackMaker', 'VFK',
 'PGDump', 'OSM', 'GPSBabel', 'SUA', 'OpenAir', 'PDS', 'WFS', 'HTF', 'AeronavFAA
', 'Geomedia', 'EDIGEO', 'GFT', 'GME', 'SVG', 'CouchDB', 'Idrisi', 'ARCGEN', 'SE
GUKOOA', 'SEGY', 'ODS', 'XLSX', 'ElasticSearch', 'PDF', 'Walk', 'CartoDB', 'SXF'
]
Mais pourtant quand je veux utiliser gdal2tiles par exemple, j'ai l'erreur:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
 
>>> gdal2tiles -h
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'gdal2tiles' is not defined
>>>

Quelqu'un a une idée du problème ?

Merci