Ticket #424 (closed Defect: Insufficient information)
can't start Server (No module named twisted.scripts.twistd)
| Reported by: | fb@… | Owned by: | wsanchez@… |
|---|---|---|---|
| Priority: | 3: Important | Milestone: | CalendarServer-3.x |
| Component: | Calendar Server | Severity: | Other |
| Keywords: | Cc: | ||
| Port: |
Description
with stable release 2.4 and latest version from trunk i get this error when i want to start CalendarServer:
#/opt/CalendarServer/usr/bin/caldavd -T /opt/CalendarServer/usr/bin/twistd -f /opt/CalendarServer/etc/caldavd/caldavd.plist -X
Traceback (most recent call last):
File "/opt/CalendarServer/usr/bin/twistd", line 18, in ?
from twisted.scripts.twistd import run
ImportError: No module named twisted.scripts.twistd
Please help. :-(
Change History
Note: See
TracTickets for help on using
tickets.


Sounds like PYTHONPATH isn't set correctly. What OS is this? Can you try this with trunk?