Opened 15 years ago

Closed 15 years ago

#3282 closed defect (fixed)

telascience-quick and telascience-full should be updated to point to GDAL 1.7.0 python bindings

Reported by: Even Rouault Owned by: Mateusz Łoskot
Priority: normal Milestone:
Component: Buildbot Version: unspecified
Severity: normal Keywords:
Cc: warmerdam

Description

Since we've updated the version numbers (1.6.0->1.7.0), the slavebots fail when trying to run the python autotest

See http://buildbot.osgeo.org:8500/builders/telascience-full/builds/233/steps/test/logs/stdio

PYTHONPATH=/osgeo/buildbot/gdal/slave/telascience-full/build/gdal/swig/python/dist/GDAL-1.6.0-py2.4-linux-i686.egg:/osgeo/buildbot/usr/lib/python2.4/site-packages:/osgeo/buildbot/usr/lib/python2.4/site-packages:/osgeo/buildbot/usr/lib/python2.4/site-packages:/osgeo/buildbot/etc/slaves:
...
Traceback (most recent call last):
  File "./run_all.py", line 30, in ?
    import gdaltest
  File "pymod/gdaltest.py", line 38, in ?
    import gdal, osr
ImportError: No module named gdal

Change History (2)

comment:1 by warmerdam, 15 years ago

Cc: warmerdam added

comment:2 by hobu, 15 years ago

Milestone: 1.7.0
Resolution: fixed
Status: newclosed

Fixed. This will have to be updated for every beta release if we are going to change the version number in setup.py.

keep nagging me to do it as we go through the release process if I forget.

Note: See TracTickets for help on using tickets.