Hi, I tried to install the CalendarServer on my Ubuntu Feisty Server and get a problem to compile PyKerberos cause in the *.c files there are include statements like: #include <Python/Python.h> but it has to be #include "Python.h" Could any developer have please a closer look at this and correct the source if neccessary. Sascha
Please file a ticket in Trac. That's a bug. -wsv On Jul 10, 2007, at 3:25 AM, Sascha Brechenmacher wrote:
Hi,
I tried to install the CalendarServer on my Ubuntu Feisty Server and get a problem to compile PyKerberos cause in the *.c files there are include statements like:
#include <Python/Python.h>
but it has to be
#include "Python.h"
Could any developer have please a closer look at this and correct the source if neccessary.
Sascha _______________________________________________ calendarserver-users mailing list calendarserver-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/calendarserver-users
— Wilfredo Sánchez - wsanchez@wsanchez.net
participants (2)
-
Sascha Brechenmacher
-
Wilfredo Sánchez Vega