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
hexlify(dev_random_entropy(32))
Traceback (most recent call last):
File "", line 1, in
File "c:\Python27\lib\site-packages\utilitybelt-0.2.2-py2.7.egg
return get_devurandom_entropy(numbytes)
NameError: global name 'get_devurandom_entropy' is not defined
In Windows, I get:
Should it be the below instead?
return dev_urandom_entropy(numbytes)