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

add 'importlib' to requirements.txt #49

Open 235 opened 11 years ago

235 commented 11 years ago

fixes for Python 2.6.6

$ bakthat configure
Traceback (most recent call last):
  File "/usr/local/bin/bakthat", line 9, in <module>
    load_entry_point('bakthat==0.6.0', 'console_scripts', 'bakthat')()
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 305, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 2244, in load_entry_point
    return ep.load()
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1954, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/usr/local/lib/python2.6/dist-packages/bakthat-0.6.0-py2.6.egg/bakthat/__init__.py", line 30, in <module>
    from bakthat.plugin import setup_plugins, plugin_setup
  File "/usr/local/lib/python2.6/dist-packages/bakthat-0.6.0-py2.6.egg/bakthat/plugin.py", line 2, in <module>
    import importlib
ImportError: No module named importlib