You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to get PyBitmessage run for hours now with all instruction infos but there is no way.
I tried brew and macports and both end in the same result.
I tested python, python2 and python3, all without succes. Also all kind of libcrypto versions end in the same result.
The client that is precompiled stucks and thats the reason i tried to run it myself.
Any idea how I can solve that?
% python src/bitmessagemain.py
WARNING: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python is loading libcrypto in an unsafe way
zsh: abort python src/bitmessagemain.py
python2.7 src/bitmessagemain.py
WARNING: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python is loading libcrypto in an unsafe way
zsh: abort python2.7 src/bitmessagemain.py
python3 src/bitmessagemain.py
File "/Users/christiangrieger/Github/PyBitmessage/src/bitmessagemain.py", line 404
print 'Usage: ' + sys.argv[0] + ' [OPTIONS]'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Usage: ' + sys.argv[0] + ' [OPTIONS]')?
The text was updated successfully, but these errors were encountered:
I tried to get PyBitmessage run for hours now with all instruction infos but there is no way.
I tried brew and macports and both end in the same result.
I tested python, python2 and python3, all without succes. Also all kind of libcrypto versions end in the same result.
The client that is precompiled stucks and thats the reason i tried to run it myself.
Any idea how I can solve that?
The text was updated successfully, but these errors were encountered: