I tryed to install the pici Server on a Mac OS X Server 10.5 with actual patchlevel. I followed all instructions added the sudo rights an get the Startpage. But I doens't generate any images. So I tryed the direct script call (as mentioned on the TroubleShooting page) as root. This is what I get back:
python picidae.py -F -o test http://www.picidae.net
Wed Apr 9 17:25:36 xxx Python[16905] <Warning>: 3891612: (connectAndCheck) Untrusted apps are not allowed to connect to or launch Window Server before login.
_RegisterApplication(), FAILED TO establish the default connection to the WindowServer?, _CGSDefaultConnection() is NULL.
2008-04-09 17:25:36.257 Python[16905:613] *** -[NSRecursiveLock unlock]: lock (<NSRecursiveLock: 0x1f1db60> '(null)') unlocked when not locked
2008-04-09 17:25:36.258 Python[16905:613] *** Break on _NSLockError() to debug.
Traceback (most recent call last):
File "picidae.py", line 391, in <module>
if name == 'main' : main()
File "picidae.py", line 372, in main
AppKit?.NSBorderlessWindowMask, 2, 0)
objc.error: NSInternalInconsistencyException - Error (1002) creating CGSWindow
Any Idea how I could fix that? I've tryed it while root is logged in (GUI), but this is nothing I could do in productive Enviroment.
Thanks Thomas