On Mar 15, 2007, at 12:15 PM, Brent Mitchell wrote:
2007-03-15 14:02:35-0500 [-] File "/Users/myuser/dev/CalSvr/pyOpenSSL-0.6/build/lib.macosx-10.3-fat-2.5/OpenSSL/__init__.py", line 11, in <module>
2007-03-15 14:02:35-0500 [-] import rand, crypto, SSL, tsafe
2007-03-15 14:02:35-0500 [-] ImportError: No module named rand
Looks like pyOpenSSL didn't actually build, otherwise you would have a rand.so file in that directory, and it would've been picked up by the calendar server.
What did ./run say while building pyOpenSSL?