Created
August 21, 2012 20:20
-
-
Save mischief/3419028 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> from potr.compatcrypto import * | |
Traceback (most recent call last): | |
File "<stdin>", line 1, in <module> | |
File "/usr/local/lib/python2.7/site-packages/potr/__init__.py", line 21, in <module> | |
from potr import context | |
File "/usr/local/lib/python2.7/site-packages/potr/context.py", line 43, in <module> | |
from potr import crypt | |
File "/usr/local/lib/python2.7/site-packages/potr/crypt.py", line 25, in <module> | |
from potr.compatcrypto import SHA256, SHA1, HMAC, SHA1HMAC, SHA256HMAC, \ | |
File "/usr/local/lib/python2.7/site-packages/potr/compatcrypto/__init__.py", line 24, in <module> | |
from potr.compatcrypto.pure import * | |
ImportError: No module named pure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment