15 Mar
2007
15 Mar
'07
8:38 p.m.
Rebuilding pyOpenSSL fixed it, thx.. Brent Mitchell : System Analyst at Texas School for the Deaf contact | brent.mitchell@tsd.state.tx.us - 512.462.5642 On Mar 15, 2007, at 2:50 PM, Timothy Fitz wrote:
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?