The gdalinfo does not work in my Python script Can anyone tell me what the prblem is? I imported all the packages from osgeo, all the other functions work except gdal

link|improve this question
2  
I think should you paste your snippet and the traceback that you are getting. – Senthil Kumaran Jan 3 '11 at 2:50
As Senthil comments, we need to see your code and the error/trademark that you have. GDAL/OGR does have dependencies - have these been built? off the top of my head, Proj.4 is one of them. – winwaed Jan 3 '11 at 3:03
feedback

1 Answer

gdalinfo is a utility that works outside of the Python environment. It is used via the command line.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.