Hi David,
--On February 7, 2007 5:00:06 PM +0000 David Plans Casal
<[EMAIL PROTECTED]> wrote:
Just trying to get an SVN checkout of calendarserver to run.
I tried:
./run -s
But it said it couldn't find python. /usr/local/bin/python ./run -s gave:
File "./run", line 24
wd="$(cd "$(dirname "$0")" && pwd)";
^
SyntaxError: invalid syntax
./run is a shell script not a python script so your second attempt would
never work.
Try:
export PYTHON=/usr/local/bin/python
then do ./run -s.
--
Cyrus Daboo
_______________________________________________
calendarserver-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/calendarserver-users