I've updated the CompileOnWindows page to reflect this improved
PYTHONPATH, and I'll add it to the native installer in the next
version. Thanks.
-Colin
On Thu, Apr 30, 2009 at 12:03 AM, Hamish wrote:
>
>> # Set the PYTHONPATH variable
>> PYTHONPATH="$GISBASE/etc/python:$GISBASE/Python25:$PYTHONP
> # Set the PYTHONPATH variable
> PYTHONPATH="$GISBASE/etc/python:$GISBASE/Python25:$PYTHONPATH"
> export PYTHONPATH
I don't know if it matters much for PYTHONPATH, but there is a small
issue with $PATH if set as above. If $PYTHONPATH is previously empty
then the search path becomes:
$GISBASE/et