<div dir="ltr">I don't know about the Linux version, but it 2.0.1 certainly includes it in the Windows install - Python 2.7.<div>Maybe try wiping it entirely?<br><div class="gmail_extra"><div><br></div>
<br><br><div class="gmail_quote">On 25 September 2013 14:35, dsierig <span dir="ltr"><<a href="mailto:david.sierig@gmail.com" target="_blank">david.sierig@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hello,<br>
<br>
I just updated from 1.8 to 2.0 from official qgis repositories but now<br>
everytime I run qgis I get an error at startup:<br>
<br>
No se pudo cargar el complemento 'processing? de ['/usr/share/qgis/python',<br>
'/home/user/.qgis2/python', '/home/user/.qgis2/python/plugins',<br>
'/usr/share/qgis/python/plugins',<br>
'/usr/local/lib/python2.6/dist-packages/openpyxl-1.6.2-py2.6.egg',<br>
'/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2',<br>
'/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old',<br>
'/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages',<br>
'/usr/lib/python2.6/dist-packages/PIL',<br>
'/usr/lib/python2.6/dist-packages/gst-0.10', '/usr/lib/pymodules/python2.6',<br>
'/usr/lib/python2.6/dist-packages/gtk-2.0',<br>
'/usr/lib/pymodules/python2.6/gtk-2.0',<br>
'/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode',<br>
'/usr/local/lib/python2.6/dist-packages',<br>
'/usr/share/qgis/python/plugins/fTools/tools']<br>
<br>
Traceback (most recent call last):<br>
  File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 182, in<br>
loadPlugin<br>
    __import__(packageName)<br>
  File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 453, in<br>
_import<br>
    mod = _builtin_import(name, globals, locals, fromlist, level)<br>
  File "/usr/share/qgis/python/plugins/processing/__init__.py", line 20, in<br>
    from processing.tools.general import runalg, runandload, alghelp,<br>
alglist, algoptions, load, extent, getobject<br>
  File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 453, in<br>
_import<br>
    mod = _builtin_import(name, globals, locals, fromlist, level)<br>
  File "/usr/share/qgis/python/plugins/processing/tools/general.py", line<br>
29, in<br>
    from processing.core.Processing import Processing<br>
  File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 453, in<br>
_import<br>
    mod = _builtin_import(name, globals, locals, fromlist, level)<br>
  File "/usr/share/qgis/python/plugins/processing/core/Processing.py", line<br>
44, in<br>
    from processing.grass.GrassAlgorithmProvider import<br>
GrassAlgorithmProvider<br>
  File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 453, in<br>
_import<br>
    mod = _builtin_import(name, globals, locals, fromlist, level)<br>
  File<br>
"/usr/share/qgis/python/plugins/processing/grass/GrassAlgorithmProvider.py",<br>
line 34, in<br>
    from processing.grass.GrassAlgorithm import GrassAlgorithm<br>
  File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 453, in<br>
_import<br>
    mod = _builtin_import(name, globals, locals, fromlist, level)<br>
  File "/usr/share/qgis/python/plugins/processing/grass/GrassAlgorithm.py",<br>
line 31, in<br>
    import importlib<br>
  File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 453, in<br>
_import<br>
    mod = _builtin_import(name, globals, locals, fromlist, level)<br>
ImportError: No module named importlib<br>
<br>
Versión de Python:<br>
2.6.5 (r265:79063, Oct  1 2012, 22:19:00)<br>
[GCC 4.4.3]<br>
<br>
<br>
Versión de QGIS:<br>
2.0.1-Dufour Dufour, exported<br>
<br>
Ruta de Python: ['/usr/share/qgis/python', '/home/user/.qgis2/python',<br>
'/home/user/.qgis2/python/plugins', '/usr/share/qgis/python/plugins',<br>
'/usr/local/lib/python2.6/dist-packages/openpyxl-1.6.2-py2.6.egg',<br>
'/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2',<br>
'/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old',<br>
'/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages',<br>
'/usr/lib/python2.6/dist-packages/PIL',<br>
'/usr/lib/python2.6/dist-packages/gst-0.10', '/usr/lib/pymodules/python2.6',<br>
'/usr/lib/python2.6/dist-packages/gtk-2.0',<br>
'/usr/lib/pymodules/python2.6/gtk-2.0',<br>
'/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode',<br>
'/usr/local/lib/python2.6/dist-packages',<br>
'/usr/share/qgis/python/plugins/fTools/tools']<br>
<br>
Ocurrió un error durante la ejecución del siguiente código:<br>
pyplugin_installer.initPluginInstaller()<br>
<br>
<br>
Traceback (most recent call last):<br>
  File "", line 1, in<br>
  File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 43, in<br>
initPluginInstaller<br>
    pluginInstaller = QgsPluginInstaller()<br>
  File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 58, in<br>
__init__<br>
    repositories.load()<br>
  File "/usr/share/qgis/python/pyplugin_installer/installer_data.py", line<br>
329, in load<br>
    url = settings.value(key+"/url", "", type=unicode)<br>
TypeError: QSettings.value(QString, QVariant defaultValue=QVariant()):<br>
'type' is not a valid keyword argument<br>
<br>
<br>
Versión de Python:<br>
2.6.5 (r265:79063, Oct  1 2012, 22:19:00)<br>
[GCC 4.4.3]<br>
<br>
Versión de QGIS:<br>
2.0.1-Dufour 'Dufour', exported<br>
<br>
Ruta de Python:<br>
['/usr/share/qgis/python', '/home/user/.qgis2/python',<br>
'/home/user/.qgis2/python/plugins', '/usr/share/qgis/python/plugins',<br>
'/usr/local/lib/python2.6/dist-packages/openpyxl-1.6.2-py2.6.egg',<br>
'/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2',<br>
'/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old',<br>
'/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages',<br>
'/usr/lib/python2.6/dist-packages/PIL',<br>
'/usr/lib/python2.6/dist-packages/gst-0.10', '/usr/lib/pymodules/python2.6',<br>
'/usr/lib/python2.6/dist-packages/gtk-2.0',<br>
'/usr/lib/pymodules/python2.6/gtk-2.0',<br>
'/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode',<br>
'/usr/local/lib/python2.6/dist-packages',<br>
'/usr/share/qgis/python/plugins/fTools/tools']<br>
<br>
<br>
<br>
and I get no python support. Here's some additional data<br>
<br>
<br>
Versión de QGIS 2.0.1-Dufour<br>
Revisión del código de QGIS     exported<br>
Compilado contra Qt     4.6.2<br>
Ejecutándose contra Qt  4.6.2<br>
Compilado contra GDAL/OGR       1.6.3<br>
Ejecutándose contra GDAL/OGR    1.6.3<br>
Compilado contra GEOS   3.1.0-CAPI-1.5.0<br>
Ejecutándose contra GEOS        3.3.8-CAPI-1.7.8<br>
Versión del cliente PostgreSQL  8.4.17<br>
Versión de SpatiaLite   2.4.0<br>
Versión de QWT  5.2.0   Versión de PROJ.4       470<br>
Versión de QScintilla2<br>
<br>
I already tried reinstalling, using ubuntu and nightly repositories with no<br>
changes.<br>
<br>
Thanks in advance<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/No-python-in-2-0-tp5079890.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/No-python-in-2-0-tp5079890.html</a><br>
Sent from the Quantum GIS - User mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a></blockquote></div><br></div></div></div>

<br>
<span style="color:rgb(34,34,34);font-family:arial,sans-serif;background-color:rgb(255,255,255)">This transmission is intended for the named addressee(s) only and may contain sensitive or protectively marked material up to RESTRICTED and should be handled accordingly. Unless you are the named addressee (or authorised to receive it for the addressee) you may not copy or use it, or disclose it to anyone else. If you have received this transmission in error please notify the sender immediately. All email traffic sent to or from us, including without limitation all GCSX traffic, may be subject to recording and/or monitoring in accordance with relevant legislation.</span>