Re: [gdal-dev] Minor addition to Python bindings..

2009-09-10 Thread Christopher Barker
Howard Butler wrote: On Sep 8, 2009, at 7:15 PM, Christopher Barker wrote: It's a pretty well supported convention now for Python modules to have a __version__ attribute that returns something meaningful. It would be nice if gdal.py had a line: __version__ = VersionInfo("RELEASE_NAME") Chr

Re: [gdal-dev] Minor addition to Python bindings..

2009-09-09 Thread Howard Butler
On Sep 8, 2009, at 7:15 PM, Christopher Barker wrote: Hi all, I had a heck of a time figuring out what version of gdal I was using today. I eventually found: gdal.gdal.VersionInfo("RELEASE_NAME") It's a pretty well supported convention now for Python modules to have a __version__ attri

[gdal-dev] Minor addition to Python bindings..

2009-09-08 Thread Christopher Barker
Hi all, I had a heck of a time figuring out what version of gdal I was using today. I eventually found: gdal.gdal.VersionInfo("RELEASE_NAME") It's a pretty well supported convention now for Python modules to have a __version__ attribute that returns something meaningful. It would be nice i