[linux-minidisc] netmdpython


Hello,

I followed the steps in https://wiki.physik.fu-berlin.de/linux-minidisc/doku.php?id=netmdpython for MacOS Snow Leopard, but hit the following error 

$ ./lsmd.py -h

Traceback (most recent call last):
  File "./lsmd.py", line 3, in <module>
    import libnetmd
  File "/Users/michael/linux-minidisc/netmd/libnetmd.py", line 5, in <module>
    from Crypto.Cipher import DES
ImportError: No module named Crypto.Cipher

Same error for the other python scripts. Is this a known problem, or have I missed a step?

Thanks, Michael