[gdal-dev] Re: prj to proj.4
Howard Butler
hobu.inc at gmail.com
Wed Mar 25 14:07:22 EDT 2009
On Mar 25, 2009, at 1:00 PM, Even Rouault wrote:
> Hermann,
>
> Actually you don't even need to have root priviledge to use the GDAL
> bindings.
> Go to swig/python and do "make install".
Actually, this is cleaner than hand copying:
cd swig/python
python setup.py bdist_egg (or python setup.py bdist)
cd dist
copy that (in the case of the .egg) or those (if you did just did
regular bdist) to a place that you can set your PYTHONPATH to
More information about the gdal-dev
mailing list