On Jan 11, 2011, at 12:40 PM, Florian Baeumler wrote:
Hi all, I am trying to run CalDav server on a PPC mini Mac running 10.5.8. I also installed xcode314_2809_developerdvd. I get the following errors running the server. The server starts up fine, but then throws these errors.
2011-01-11 19:39:48+0000 [-] [caldav-1] raise ImportError("Framework %s could not be found" % (framework_name,)) 2011-01-11 19:39:48+0000 [-] [caldav-1] exceptions.ImportError: Framework OpenDirectory could not be found
If somebody, a lot smarter than me, could shed some light there....., please.
Kind Regards
Florian Baeumler
I just made a change in trunk... https://trac.calendarserver.org/changeset/6727/CalendarServer/trunk ...so that the PyOpenDirectory module is used on older systems. Give that a try.