Advertisement
tab1tha

Untitled

Mar 26th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. (nuitka-venv) tab1tha@tab1tha-Lenovo-G50-80:~/virtualnuitka/packages$ pytest rsaUsing.py
  2. =========================== rsaUsing.py ============================
  3. unhandled exception occurred while testing rsaUsing
  4. Traceback (most recent call last):
  5. File "/usr/lib/python2.7/dist-packages/logilab/common/pytest.py", line 447, in testfile
  6. options=self.options, outstream=sys.stderr)
  7. File "/usr/lib/python2.7/dist-packages/logilab/common/pytest.py", line 763, in __init__
  8. testLoader=NonStrictTestLoader())
  9. File "/usr/lib/python2.7/unittest/main.py", line 77, in __init__
  10. self.module = __import__(module)
  11. File "rsaUsing.py", line 1, in <module>
  12. import rsa
  13. ImportError: No module named rsa
  14. *******************************************************************************
  15. Ran 1 test cases in 0.00s (0.00s CPU), 1 errors
  16. 0 modules OK (1 failed)
  17. failures: rsaUsing [1/1]
  18. (nuitka-venv) tab1tha@tab1tha-Lenovo-G50-80:~/virtualnuitka/packages$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement