<div dir="ltr">Hi David,<div class="gmail_signature"></div>
<div><br></div><div>I just did a quick touchup on ogr_db2.py with <a href="https://trac.osgeo.org/gdal/changeset/32484">r32484</a></div><div><br></div><div>With a python3 copy of pyflakes, you will get errors about prints without parens.  e.g.</div><div><br></div><div><div>pyflakes ogr_db2.py</div><div>ogr_db2.py:334:47: invalid syntax</div><div>        print "These tests only run on Windows"</div><div>                                              ^</div></div><div><br></div><div>I was seeing this in at least <a href="https://travis-ci.org/rouault/gdal_coverage/builds/98914828#L6208">one build log</a>:</div><div><br></div><div><div>... failed to load ogr_db2.py ... skipping.</div><div>Traceback (most recent call last):</div><div>  File "pymod/gdaltest.py", line 246, in run_all</div><div>    exec("import " + module)</div><div>  File "<string>", line 1, in <module></div><div>  File "./ogr_db2.py", line 300</div><div>    print cnt</div><div>            ^</div><div>SyntaxError: invalid syntax</div></div><div><br></div><div>-kurt</div></div>