"There is no "python-future" in debian stable" I don't understand your problem. This is not the traditional way to install Python modules
1) simply go to the Python Package Index (PyPI) <https://pypi.python.org/pypi> and find future <https://pypi.python.org/pypi/future> 2) the package documentation ( Python_future <http://python-future.org/index.html> ) says that "python-future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead." 3) and you can find the future.standard_library Interface <http://python-future.org/reference.html?highlight=standard_library#module-future.standard_library> 4) Now, how to install the package ? -> simply with pip <https://pypi.python.org/pypi/pip/8.0.2> , ( installation <http://python-future.org/quickstart.html#installation> ) pip install future This is the modern procedure to install Python modules for all the OS (and not apt-get install python-future or other commands) -- View this message in context: http://osgeo-org.1560.x6.nabble.com/QGIS-has-no-future-tp5258029p5258129.html Sent from the Quantum GIS - Developer mailing list archive at Nabble.com. _______________________________________________ Qgis-developer mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
