[CalendarServer-users] Trying to get running

Cyrus Daboo cdaboo at apple.com
Wed Feb 7 09:10:32 PST 2007


Hi David,

--On February 7, 2007 5:00:06 PM +0000 David Plans Casal 
<david.plans at brunel.ac.uk> 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



More information about the calendarserver-users mailing list