apple / ccs-calendarserver

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

Cant start CalendarServer #258

Closed macosforgebot closed 15 years ago

macosforgebot commented 15 years ago

christopher@… originally submitted this as ticket:324


/calendar_fs/CalendarServer# ./run -d
Using python2.5 as Python

exec python /calendar_fs/Twisted/bin/twistd  caldav -f /calendar_fs/CalendarServer/conf/caldavd-dev.plist -o ProcessType=Combined 
/calendar_fs/PyXML-0.8.4/build/lib.linux-i686-2.5/_xmlplus/parsers/expat.py:4: RuntimeWarning: Python C API version mismatch for module pyexpat: This Python has API version 1012, module pyexpat has version 1013.
  from pyexpat import *
Traceback (most recent call last):
  File "/calendar_fs/Twisted/bin/twistd", line 20, in ?
    from twisted.scripts.twistd import run
  File "/calendar_fs/Twisted/twisted/scripts/twistd.py", line 11, in ?
    from twisted.application import app
  File "/calendar_fs/Twisted/twisted/application/app.py", line 9, in ?
    from twisted.persisted import sob
  File "/calendar_fs/Twisted/twisted/persisted/sob.py", line 17, in ?
    import md5.new as md5
ImportError: No module named new

If you need more details, let me know. I simply dont know what you need to know

macosforgebot commented 15 years ago

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

macosforgebot commented 15 years ago

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

macosforgebot commented 15 years ago

@wsanchez originally submitted this as comment:3:⁠ticket:324


Ah, the import is wrong.

Should be fixed in r3927 and r3928.