<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Thank you for the quick response.<br>
      <br>
      I've not used Python before so I'm stumbling getting the
      environment to work. Python 2.7 is installed and I am running from
      the autotest directory. It isn't obvious to me how the PYTHONPATH
      variable is supposed to be set, but I pointed it to the python
      directory in the gdal installation.<br>
      <br>
      run_all.py is failing with the following:<br>
      <br>
      <b><font color="#3366ff">E:\dwacode\gdal\gdalautotest-2.0.1>set
          PYTHONPATH=e:\dwacode\gdal\swig\python<br>
          <br>
          E:\dwacode\gdal\gdalautotest-2.0.1>python run_all.py -l<br>
          Traceback (most recent call last):<br>
            File "run_all.py", line 37, in <module><br>
              import gdaltest<br>
            File "pymod\gdaltest.py", line 36, in <module><br>
              from osgeo import gdal<br>
            File "e:\dwacode\gdal\swig\python\osgeo\__init__.py", line
          21, in <module><br>
              _gdal = swig_import_helper()<br>
            File "e:\dwacode\gdal\swig\python\osgeo\__init__.py", line
          13, in swig_import_<br>
          helper<br>
              import _gdal<br>
          ImportError: No module named _gdal</font></b><br>
      <br>
      <br>
      On 10/26/2015 2:12 PM, Even Rouault wrote:<br>
    </div>
    <blockquote cite="mid:201510261912.26336.even.rouault@spatialys.com"
      type="cite">
      <pre wrap="">Le lundi 26 octobre 2015 18:48:47, David Adler a écrit :
</pre>
      <blockquote type="cite">
        <pre wrap="">I am close to finished with this driver which was delayed significantly
getting access to a DB2 for z/OS test environment to verify that it
works across IBM DB2 platforms.

What is the proper way to handle authorship in the source code? The DB2
driver is based on the MS SQL driver with significant changes to support
the DB2 environment. Current prologues have information like:

* * Author:   Tamas Szekeres, szekerest at gmail.com
  *
 
**************************************************************************
**** * Copyright (c) 2010, Tamas Szekeres
  * Copyright (c) 2010-2012, Even Rouault <even dot rouault at
mines-paris dot org>*
</pre>
      </blockquote>
      <pre wrap="">
Put yourself as author, add yourself (or your company depending on in which 
context you contribute this) in copyright and retain copyright attributions of 
portions of code you derive from. Which can be hard to determine in practice. 
So I'd say retain Tamas ones and you can probably remove mine, which must be 
anectodical in the case of the MSSQL driver.

</pre>
      <blockquote type="cite">
        <pre wrap="">
I've mostly been testing using the apps test_ogrsf, ogr2ogr and ogrinfo.

Is there any documentation on the autotest system?
</pre>
      </blockquote>
      <pre wrap="">
Well, itself is assumed to be self documented ;-) look at a few existing 
scripts close to what you want to do and do the same...

</pre>
      <blockquote type="cite">
        <pre wrap="">It was interesting to
find that there was a 2003 DB2 test driver for DB2 V7
</pre>
      </blockquote>
      <pre wrap="">
You mean the ogr/ogr_db2_hack.py file ? I'm not sure if/which was the 
corresponding driver. Perhaps the generic OBDC one.

</pre>
      <blockquote type="cite">
        <pre wrap="">- we are now at
V10.5.

Regards,
David
</pre>
      </blockquote>
    </blockquote>
    <br>
  
<br /><br />
<hr style='border:none; color:#909090; background-color:#B0B0B0; height: 1px; width: 99%;' />
<table style='border-collapse:collapse;border:none;'>
        <tr>
                <td style='border:none;padding:0px 15px 0px 8px'>
                        <a href="https://www.avast.com/antivirus">
                                <img border=0 src="http://static.avast.com/emails/avast-mail-stamp.png" alt="Avast logo" />
                        </a>
                </td>
                <td>
                        <p style='color:#3d4d5a; font-family:"Calibri","Verdana","Arial","Helvetica"; font-size:12pt;'>
                                This email has been checked for viruses by Avast antivirus software.
                                <br><a href="https://www.avast.com/antivirus">www.avast.com</a>
                        </p>
                </td>
        </tr>
</table>
<br />
</body>
</html>