Hi! FYI There is no "python-future" in debian stable. python-future is currently only available in sid.
There is a package called python-concurrent.futures but thats not THE future package. So all one can do is a "sudo pip install future" which works. kind regards Werner On 23/03/16 22:55, Jürgen E. Fischer wrote: > Hi Werner, > > On Wed, 23. Mar 2016 at 22:47:57 +0100, Werner Macho wrote: >> Traceback (most recent call last): >> File "", line 1, in >> File "/opt/qgismaster/share/qgis/python/qgis/utils.py", line 20, in >> from future import standard_library >> ImportError: No module named future >> >> Any hint here? > > apt-get install python-future > > > Jürgen > > > > _______________________________________________ > 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 > _______________________________________________ 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
