Re: [gdal-dev] [python] CopyDataSource question

2011-12-20 Thread Even Rouault
Le mardi 20 décembre 2011 14:33:26, Frank Broniewski a écrit : > I am sorry that I was not precise enough in my previous email. On my > development system (Debian 6, Python 2.6, gdal 1.7.3) my scripts work as > expected. My server (Ubuntu 8.04, Python 2.5, gdal 1.8.0) has the > problems running the

Re: [gdal-dev] [python] CopyDataSource question

2011-12-20 Thread Frank Broniewski
I am sorry that I was not precise enough in my previous email. On my development system (Debian 6, Python 2.6, gdal 1.7.3) my scripts work as expected. My server (Ubuntu 8.04, Python 2.5, gdal 1.8.0) has the problems running the test. On both systems I am using package repositories, though on U

Re: [gdal-dev] [python] CopyDataSource question

2011-12-20 Thread Even Rouault
Frank, > Hi, > > I have (again) a question concerning the Driver.CopyDataSource() method > using OGR Python bindings > > I've written some code that copies a datasource to another format, using > a target driver and its CopyDataSource() method. This works fine for > GDAL version 1.7.3, but fails u

[gdal-dev] [python] CopyDataSource question

2011-12-20 Thread Frank Broniewski
Hi, I have (again) a question concerning the Driver.CopyDataSource() method using OGR Python bindings I've written some code that copies a datasource to another format, using a target driver and its CopyDataSource() method. This works fine for GDAL version 1.7.3, but fails under 1.8.0. Faili