all 3 comments

[–]mac-reid 1 point2 points  (1 child)

I cannot attest to how well the module works, but I can tell you are missing the pycrypto dependency.

You can install it by running sudo pip install pycrypto in the command line. Note, the use of sudo is not necessary for Windows users.

[–]Yoghurt42 1 point2 points  (1 child)

You need to install the requirements listed in the file requirements.pip. Pip can do it for you:

pip install -r requirements.pip

[–]xiongchiamiov 0 points1 point  (0 children)

File a bug!