[Gdal-dev] Ubuntu NG Python bindings

Christopher Barker Chris.Barker at noaa.gov
Wed Nov 7 02:49:59 EST 2007


Howard Butler wrote:
> Chris,
> 
> Things work ok on my ubuntu 7.10 server instance with stock setuptools.  
> Are you still having trouble? 

yup. just did an svn update, cleaned everything out, and re-built, and 
the same problem:

Python 2.5.1 (r251:54863, May  2 2007, 16:56:35)
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
 >>> from osgeo import gdal
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
   File "osgeo/gdal.py", line 51, in <module>
     from gdalconst import *
   File "osgeo/gdalconst.py", line 123, in <module>
     GFT_Integer = _gdalconst.GFT_Integer
AttributeError: 'module' object has no attribute 'GFT_Integer'


Again, I'm trying this late at night, so no time to dig into in myself...

-Chris



-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov



More information about the gdal-dev mailing list