tsileo / bakthat

Bakthat is a MIT licensed backup framework written in Python, it's both a command line tool and a Python module that helps you manage backups on Amazon S3/Glacier and OpenStack Swift. It automatically compress, encrypt (symmetric encryption) and upload your files.
http://bakthat.readthedocs.org/en/latest/
MIT License
491 stars 67 forks source link

Bakthat 060 not Python <2.7 compatible? #39

Open stephantual opened 11 years ago

stephantual commented 11 years ago

Upgraded, getting 'ImportError: No module named importlib' on any command.

pip install importlib fixes it.

tsileo commented 11 years ago

I forgot to add importlib for Python2.6 in bakthat requirements. It will be fixed in the next release.

Thanks for the catch!