Projects
Wiki     Timeline     Roadmap     Browse Source     View Tickets     New Ticket     Search

Ticket #424 (closed Defect: Insufficient information)

Opened 2 years ago

Last modified 2 years ago

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

comment:1 Changed 2 years ago by wsanchez@…

  • Status changed from new to closed
  • Priority changed from 5: Not set to 3: Important
  • Resolution set to Insufficient information
  • Milestone set to CalendarServer-3.x

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

Note: See TracTickets for help on using tickets.