apple / ccs-calendarserver

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

can't start Server (No module named twisted.scripts.twistd) #332

Closed macosforgebot closed 13 years ago

macosforgebot commented 13 years ago

fb@… originally submitted this as ticket:424


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. :-(

macosforgebot commented 13 years ago

@wsanchez originally submitted this as comment:1:⁠ticket:424


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