[Featureserver] OGR layers
Howard Butler
hobu.inc at gmail.com
Mon May 28 01:19:10 EDT 2007
Matt,
The SVN trunk of GDAL/OGR now uses setuptools to install if it is
available. Maybe we shouldn't be doing that by default for the very
reason you ran into. Anyway, if you can cd into ./swig/python and run:
sudo python setup.py install --root / --single-version-externally-
managed
It should install the GDAL/OGR bindings in a non-eggy way.
Alternatively, if you set the PYTHON_EGG_CACHE environment variable
to a directory that apache can write to, like /tmp or something, it
will unpack the egg there instead of in pwd upon import.
Howard
More information about the Featureserver
mailing list