#388: Calendar and Contacts Server doesn't start under IronPython --------------------------------------+------------------------------------- Reporter: adam_j_bradley@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 1: Blocker | Milestone: CalendarServer-3.x Component: Calendar Server | Severity: Serious Keywords: ironpython | --------------------------------------+------------------------------------- C:\programming\CalDAV Wrapper>ipy run File "run", line 36 wd="$(cd "$(dirname "$0")" && pwd)"; ^ SyntaxError: unexpected token '$' -- Ticket URL: <http://trac.calendarserver.org/ticket/388> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
#388: Calendar and Contacts Server doesn't start under IronPython ---------------------------------------+------------------------------------ Reporter: adam_j_bradley@… | Owner: wsanchez@… Type: Defect | Status: closed Priority: 1: Blocker | Milestone: CalendarServer-3.x Component: Calendar Server | Severity: Serious Resolution: Not to be fixed | Keywords: ironpython ---------------------------------------+------------------------------------ Changes (by wsanchez@…): * status: new => closed * resolution: => Not to be fixed Comment: 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. -- Ticket URL: <http://trac.calendarserver.org/ticket/388#comment:2> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
participants (1)
-
Calendar and Contacts Server