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 Using latest commit #23

Closed Rick7C2 closed 10 years ago

Rick7C2 commented 10 years ago

ImportError: No module named unidecode Using latest commit Quickfix bd229eebe0d1fbb877934b11b533d870477385c0

Command: python getfiles.py / / --testauth

Error:

11/02/2014 09:22:12 [MainThread][INFO]: Logging loaded Traceback (most recent call last): File "getfiles.py", line 7, in from unidecode import unidecode ImportError: No module named unidecode

ghost commented 10 years ago

pip install unidecode

solves the problem

Rick7C2 commented 10 years ago

Thanks I had no Idea that I had to install it.

That should be added to the readme.

ghost commented 10 years ago

In DEV Branch it's written :-)

reallistic commented 10 years ago

Sorry about that guys.