Skip to content

Instantly share code, notes, and snippets.

@mischief
Created August 21, 2012 20:20
Show Gist options
  • Save mischief/3419028 to your computer and use it in GitHub Desktop.
Save mischief/3419028 to your computer and use it in GitHub Desktop.
>>> 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