Skip to content

add 'importlib' to requirements.txt#49

Open
235 wants to merge 1 commit into
tsileo:masterfrom
235:master
Open

add 'importlib' to requirements.txt#49
235 wants to merge 1 commit into
tsileo:masterfrom
235:master

Conversation

@235
Copy link
Copy Markdown

@235 235 commented Aug 7, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant