Re: [gdal-dev] Python Bindings

2010-04-13 Thread Even Rouault
Kyle, It isn't related to your python version. Those methods SetScale() / SetOffset() have been added just a few days ago to the SWIG interface .i files. But the .cpp files haven't yet been regenerated (we normally do this only at release time) to take into account those additions. Provided tha

[gdal-dev] Python Bindings

2010-04-13 Thread Kyle Shannon
Hello, My autotest is failing in the trunk on a some tests and I can't seem to pinpoint the issue. One of the tests that is failing is tiff_write_80. I checked my bindings in idle and I don't have access to band.SetScale() and band.SetOffset() which is where the test is failing. Am I doing somet