OpenSSL dependency

74 views
Skip to first unread message

Colin Scott

unread,
Feb 23, 2012, 4:34:09 AM2/23/12
to sface...@googlegroups.com
FYI:

When I downloaded and ran sface for OSX snow leopard (http://build.onelab.eu/sface/sface-0.9-4-sfa-2.0-10-snow-leopard.dmg), the GUI would start and crash immediately.

I tried invoking it from the command line, and got:

/Applications/sface.app/Contents$ ./MacOS/sface.bin
Using PYTHONPATH=./Resources:./Frameworks:/usr/local/lib/python:/Library/Python/2.6/site-packages:/usr/local/lib/python:/Library/Python/2.6/site-packages:
Using PATH=./Resources:./Resources/sfa/clientbin/:/usr/local/share/python:/usr/local/share/python:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/texbin:/usr/X11/bin:/Library/Frameworks/JRuby.framework/Versions/Current/bin
Traceback (most recent call last):
  File "./MacOS/sface-run", line 50, in <module>
    from sface.mainwindow import MainWindow
  File "/Applications/sface.app/Contents/Resources/sface/mainwindow.py", line 15, in <module>
    from sface.rspecwindow import RSpecWindow, ResourcesWindow
  File "/Applications/sface.app/Contents/Resources/sface/rspecwindow.py", line 11, in <module>
    from sface.sfidata import SfiData
  File "/Applications/sface.app/Contents/Resources/sface/sfidata.py", line 8, in <module>
    from sfa.storage.record import SfaRecord, SliceRecord, AuthorityRecord, UserRecord
  File "/Applications/sface.app/Contents/Resources/sfa/storage/record.py", line 8, in <module>
    from sfa.trust.gid import GID
  File "/Applications/sface.app/Contents/Resources/sfa/trust/gid.py", line 31, in <module>
    from sfa.trust.certificate import Certificate
  File "/Applications/sface.app/Contents/Resources/sfa/trust/certificate.py", line 44, in <module>
    from OpenSSL import crypto
ImportError: No module named OpenSSL

Downloading and installing pyOpenSSL python library seems to have fixed the problem.
Reply all
Reply to author
Forward
0 new messages