Hello,
I just downloaded Calendar Server. I am at the step to do a "./run -d" and I get one warning & two errors when I execute." Here is the output.
Building PyXML...
Building PyKerberos...
Building PyOpenDirectory...
Building select26...
Building PyDirector...
Using python as Python
Starting server...
exec python //Twisted/bin/twistd -n caldav -f /CalendarServer/conf/caldavd-dev.plist -o ProcessType=Combined
/CalendarServer/calendarserver/sidecar/task.py:155: Warning: 'with' will become a reserved keyword in Python 2.6
Traceback (most recent call last):
File "//Twisted/bin/twistd", line 19, in <module>
run()
File "//Twisted/twisted/scripts/twistd.py", line 27, in run
app.run(runApp, ServerOptions)
File "//Twisted/twisted/application/app.py", line 689, in run
config.parseOptions()
File "//Twisted/twisted/application/app.py", line 669, in parseOptions
usage.Options.parseOptions(self, options)
File "//Twisted/twisted/python/usage.py", line 226, in parseOptions
for (cmd, short, parser, doc) in self.subCommands:
File "//Twisted/twisted/application/app.py", line 680, in subCommands
self.loadedPlugins[plug.tapname] = plug
File "/CalendarServer/twisted/plugins/caldav.py", line 13, in getProperty
return getattr(reflect.namedClass(self.serviceMakerClass), propname)
File "//Twisted/twisted/python/reflect.py", line 349, in namedObject
module = namedModule('.'.join(classSplit[:-1]))
File "//Twisted/twisted/python/reflect.py", line 337, in namedModule
topLevel = __import__(name)
File "/CalendarServer/calendarserver/sidecar/task.py", line 155
with open(self.taskFile) as input:
^
SyntaxError: invalid syntax
launchctl bsexec failed: No such file or directory
I am running Mac OS X Leopard 10.5.7 (not the server version). Any ideas?