Alan,
Thanks for the info. I'll give that a shot.
Dan
On Mon, Mar 8, 2010 at 2:52 PM, Alan Boudreault
wrote:
> Dan,
>
> This is a problem related to the python setup tools and string encoding. To
> fix it:
>
> - Open the file "setup.py" in swig/python/.
> - Go to line 141: self.library_dirs.ap
Dan,
This is a problem related to the python setup tools and string encoding. To
fix it:
- Open the file "setup.py" in swig/python/.
- Go to line 141: self.library_dirs.append(os.path.join(self.gdaldir,'lib'))
- Add the following line just below the the line 141:
self.library_dirs = [path.en
I grabbed the gdal-1.6.3.tar.gz release and ran through the make with no
issues.
Perhaps something has changed in the latest release make scripts somewhere?
Dan
--
View this message in context:
http://n2.nabble.com/Compile-error-with-with-python-tp4669408p4674203.html
Sent from the GDAL -
Another odd thing I see is if I "make" a second time without making any
changes, I don't get any errors.
It basically runs through all the directories, when it gets to the swig area
I see " `build' is up to date."
Dan
--
View this message in context:
http://n2.nabble.com/Compile-error-with-with