No longer seems to install for Python 2.6

Issue #8 new
Jonathan Eunice created an issue

My modules that depend on stuf are now failing to install (under tox, virtualenv) for Python 2.6.

../.tox/py26/lib/python2.6/site-packages/stuf/base.py:9: in <module>
    from importlib import import_module
E   ImportError: No module named importlib

I have not completely delved into this issue, but the docs say importlib was introduced in Python 2.7. Is it your intention to decomit Python 2.6 support? There does appear to be a backport for 2.6, but apparently it is not used in stuf 0.9.16.

Comments (1)

  1. Log in to comment