Hi, I tried running pypy 1.3 on OS X but ran into a few issues: First, I got this error:
$ pypy dyld: Library not loaded: /usr/lib/libssl.0.9.8.dylib Referenced from: /usr/local/pypy-1.3/bin/pypy Reason: image not found Trace/BPT trap It looks like my machine (running OS X 10.5.8) has libssl.0.9.7.dylib, but not libssl.0.9.8. (I suppose I could recompile from source, but don't feel like waiting an hour.) Also, the SSL certificate has expired for https://codespeak.net, which is why I didn't post there. Anyway, please keep up the good work. - Brian _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
