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
$ python src/bitmessagemain.py
Traceback (most recent call last):
File "src/bitmessagemain.py", line 25, in<module>
from defaultKnownNodes import *
File "/Users/waller_jonathan/Desktop/PyBitmessage/src/defaultKnownNodes.py", line 5, in<module>
import random
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/random.py", line 47, in<module>
from os import urandom as _urandom
ImportError: cannot import name urandom
I installed PyMessage, following the guide here:
https://bitmessage.org/wiki/Compiling_instructions#OS_X
When I try to run it, I get the following error:
I tried @lukeorland 's suggestion and @ewheeler 's suggestion from this link. The error persisted.
python-mode/python-mode#87 (comment)
Will update if I solve it.
The text was updated successfully, but these errors were encountered: