apple / ccs-calendarserver

The Calendar and Contacts Server.
https://www.calendarserver.org
Apache License 2.0
486 stars 136 forks source link

Calendar and Contacts Server doesn't start under IronPython #307

Closed macosforgebot closed 14 years ago

macosforgebot commented 14 years ago

_adam_jbradley@… originally submitted this as ticket:388


C:\programming\CalDAV Wrapper>ipy run

File "run", line 36

wd="$(cd "$(dirname "$0")" && pwd)";

SyntaxError: unexpected token '$'

macosforgebot commented 14 years ago

_adam_jbradley@… originally submitted this as comment:1:⁠ticket:388

macosforgebot commented 14 years ago

@wsanchez originally submitted this as comment:2:⁠ticket:388


Twisted doesn't support IronPython: http://twistedmatrix.com/trac/ticket/3882

Anyway, run is a shell script, not a Python script, so running it with ipy (or any python interpreter) isn't going to work.