asobrien/randomOrg

Not work with Python 3

Closed this issue · 1 comments

I had following error during importing of library

Python 3.6.5 (default, May 11 2018, 04:00:52) 
Type 'copyright', 'credits' or 'license' for more information
IPython 6.3.1 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import randomorg as ro
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-1-36480fcb5107> in <module>()
----> 1 import randomorg as ro

~/.local/lib/python3.6/site-packages/randomorg/__init__.py in <module>()
----> 1 from _rand_core import integers, sequence, string, quota

ModuleNotFoundError: No module named '_rand_core'

This was fixed in #3