Opened 17 years ago

Closed 17 years ago

#1846 closed enhancement (invalid)

GDAL Python bindings show error

Reported by: darkblueB Owned by: hobu
Priority: normal Milestone:
Component: PythonBindings Version: unspecified
Severity: normal Keywords: python
Cc:

Description

Python diagnostic shows errors, though module loads and functions --- OSX 10.10, Python 2.5.1

shell# python -v

import gdal

# /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/gdal.pyc has bad mtime /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/gdal.py: inconsistent use of tabs and spaces in indentation import gdal # from /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/gdal.py # can't create /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/gdal.pyc dlopen("/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/_gdalmodule.so", 2); import _gdal # dynamically loaded from /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/_gdalmodule.so # /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/gdalconst.pyc has bad mtime import gdalconst # from /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/gdalconst.py # can't create /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/gdalconst.pyc

Change History (2)

comment:1 by darkblueB, 17 years ago

Note: I am not working with current trunk files.. I have a stock GDAL 1.4.2, patched with a single new OGR driver (otherwise untouched in the Python dept.)

comment:2 by hobu, 17 years ago

Resolution: invalid
Status: newclosed

Need more info. I don't see what the problem is here.

Note: See TracTickets for help on using tickets.