Thank you Ben, I upgraded to Python 2.7.1 and tried to run ./run -s again, but it quit with the following errors; Building Zope Interface... Building PyXML... extensions/sgmlop.c:715: warning: initialization from incompatible pointer type extensions/sgmlop.c:718: warning: 'intargfunc' is deprecated extensions/sgmlop.c:718: warning: initialization from incompatible pointer type extensions/sgmlop.c:715: warning: initialization from incompatible pointer type extensions/sgmlop.c:718: warning: 'intargfunc' is deprecated extensions/sgmlop.c:718: warning: initialization from incompatible pointer type Building PyOpenSSL... /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/d ist.py:267: UserWarning: Unknown distribution option: 'zip_safe' warnings.warn(msg) Building PyKerberos... Building PyOpenDirectory... src/CDirectoryServiceAuth.cpp: In member function 'bool CDirectoryServiceAuth::NativeAuthenticationBasicToNode(const char*, const char*, const char*)': src/CDirectoryServiceAuth.cpp:219: error: '::dsFillAuthBuffer' has not been declared src/CDirectoryServiceAuth.cpp: In member function 'bool CDirectoryServiceAuth::NativeAuthenticationBasicToNode(const char*, const char*, const char*)': src/CDirectoryServiceAuth.cpp:219: error: '::dsFillAuthBuffer' has not been declared src/CDirectoryServiceAuth.cpp: In member function 'bool CDirectoryServiceAuth::NativeAuthenticationDigestToNode(const char*, const char*, const char*, const char*, const char*)': src/CDirectoryServiceAuth.cpp:306: error: '::dsFillAuthBuffer' has not been declared src/CDirectoryServiceAuth.cpp: In member function 'bool CDirectoryServiceAuth::NativeAuthenticationSASLDigestToNode(const char*, const char*, const char*, const __CFString**)': src/CDirectoryServiceAuth.cpp:393: error: '::dsFillAuthBuffer' has not been declared src/CDirectoryServiceAuth.cpp: In member function 'bool CDirectoryServiceAuth::NativeAuthenticationDigestToNode(const char*, const char*, const char*, const char*, const char*)': src/CDirectoryServiceAuth.cpp:306: error: '::dsFillAuthBuffer' has not been declared src/CDirectoryServiceAuth.cpp: In member function 'bool CDirectoryServiceAuth::NativeAuthenticationSASLDigestToNode(const char*, const char*, const char*, const __CFString**)': src/CDirectoryServiceAuth.cpp:393: error: '::dsFillAuthBuffer' has not been declared lipo: can't figure out the architecture type of: /var/tmp//ccpnNs43.out error: command 'gcc-4.0' failed with exit status 1 And again, any help greatly appreciated..... Kind Regards Florian Baeumler On 11/01/2011 23:16, "Ben Gollmer" <bgollmer@tcnetworks.com> wrote:
Content preview: On Jan 11, 2011, at 4:38 PM, Florian Baeumler wrote: > <type
'exceptions.ValueError'>: 'f' is a bad directive in format '%Y-%m-%d
%H:%M:%S.%f' The %f format code was added to Python's strftime() in 2.6: [...]
Content analysis details: (-0.0 points, 5.0 required)
pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record
On Jan 11, 2011, at 4:38 PM, Florian Baeumler wrote:
<type 'exceptions.ValueError'>: 'f' is a bad directive in format '%Y-%m-%d %H:%M:%S.%f'
The %f format code was added to Python's strftime() in 2.6:
http://docs.python.org/whatsnew/2.6.html
Mac OS X 10.5 shipped with Python 2.5. Installing Python 2.6 or better will fix this issue.
-- Ben