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
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
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