I think this error is because errno module is FreeBSD doesn't have ENODATA attribute (I don't know why there isn't this but this attribute is standard in python document). I suggest you to modify your calendar server code to assign value 96 to errno.ENODATA in main code or something like that.
On Sun, May 9, 2010 at 1:14 AM, Peter Ankerstål <[email protected]> wrote: > Im trying to install calendarserver on FreeBSD and it seems I have a > problem with twisted. > > Here is the error message: http://pastie.org/951557 > > > > _______________________________________________ > calendarserver-users mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users >
_______________________________________________ calendarserver-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users
