2013/11/4 Levent B. <[email protected]>: > I'm currently experiencing the same problem, running QGIS 2.0 on Ubuntu > Server 10.04 LTS. > The python version is 2.6.5. I'm owner of the ~/.qgis2 directory, so this > shouldn't be a problem. > > Does someone have any further suggestions? > Thank you, > Levent >
importlib was added in python 2.7. You can try to run it in python2.6 (it has just two simple functions) or install python2.7 and figure out a way to tell qgis to use it. Goyo _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
