reallistic / BitcasaFileLister

List and download files in your bitcasa drive via api
https://rose-llc.com/bitcasafilelist/
16 stars 3 forks source link

ImportError: No module named unidecode #29

Closed ecchi closed 10 years ago

ecchi commented 10 years ago

Was using older versions, without much issue. Just git pulled to newest (0.5.4?), and now when I try to run the command, I get:

Traceback (most recent call last): File "getfiles.py", line 7, in from unidecode import unidecode ImportError: No module named unidecode

Running on Python 2.7.1/OSX 10.7.5

reallistic commented 10 years ago

Please see the updated readme. You will need to install unidecode using pip. Duplicate of #25 and #23