Advertisement
tinloaf

Untitled

Dec 24th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. (venv)tinloaf@janeway aeternitas % python
  2. Python 3.3.5 (default, Sep 30 2014, 22:09:33)
  3. [GCC 4.7.3] on linux
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> import sha3
  6. Traceback (most recent call last):
  7. File "<stdin>", line 1, in <module>
  8. File "/mnt/data/home/tinloaf/src/aeternitas/venv/lib/python3.3/site-packages/sha3.py", line 6, in <module>
  9. from _sha3 import sha3_224, sha3_256, sha3_384, sha3_512
  10. ImportError: /mnt/data/home/tinloaf/src/aeternitas/venv/lib/python3.3/site-packages/_sha3.cpython-33.so: undefined symbol: _PyUnicode_CheckConsistency
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement