Plugin 'Processing' konnte unter Windows 7 64bit nicht geladen werden


11

Ich habe QGIS (2.0.1-Dufour Dufour, d94c044) sowohl mit dem eigenständigen Installationsprogramm als auch mit dem OSgeo4w-Installationsprogramm installiert und habe anscheinend ein Problem mit dem Verarbeitungs-Plugin. Zuerst dachte ich, dass es ein Problem mit dem Python-Pfad gibt, aber jetzt frage ich mich, ob alles richtig installiert ist. Ich weiß nicht, wo sich die Bibliotheken befinden, daher möchte ich Hilfe beim Debuggen dieses Problems.

Folgendes weiß ich:

  1. Ich erhalte die folgende Fehlermeldung, wenn ich QGIS starte
  2. Die folgenden Ordner sind auf meinem Computer nicht vorhanden:
    • C: \ Users \ gstein / .qgis2 / python
    • C: \ Users \ gstein / .qgis2 / python / plugins
    • C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ bin \ python27.zip
    • C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ plat-win
    • C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ lib-tk

Irgendwelche Gedanken darüber, was falsch sein könnte?

Fehlermeldung

Plugin 'Verarbeitung' konnte nicht aus ['C: / PROGRA ~ 1 / QGISDU ~ 1 / apps / qgis /./ Python', 'C: \ Users \ gstein / .qgis2 / Python', 'C: \ Users' geladen werden \ gstein / .qgis2 / python / plugins ',' C: / PROGRA ~ 1 / QGISDU ~ 1 / apps / qgis /./ python / plugins ',' C: \ Python27 \ ArcGIS10.1 \ Lib \ site-packages \ pip-1.2.1-py2.7.egg ',' C: \ Python27 \ ArcGIS10.1 \ Lib \ site-packages ',' C: \ Programme (x86) \ ArcGIS \ Desktop10.1 \ bin ',' C: \ Programme (x86) \ ArcGIS \ Desktop10.1 \ arcpy ',' C: \ Programme (x86) \ ArcGIS \ Desktop10.1 \ ArcToolbox \ Scripts ',' C: \ Python27 \ ArcGIS10.1 \ Lib \ site-packages \ win32 ',' C: \ Python27 \ ArcGIS10.1 \ Lib \ site-packages \ win32 \ lib ',' C: \ Python27 \ ArcGIS10.1 \ Lib \ site-packages \ Pythonwin ',' C. : \ PROGRA ~ 1 \ QGISDU ~ 1 \ bin \ python27.zip ',' C:\ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ DLLs ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ plat-win ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ lib-tk ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ bin ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ site-packages ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ site-packages \ PIL ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ site-packages \ win32 ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ site-packages \ win32 \ lib ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ site-packages \ Pythonwin ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ site-packages \ Shapely-1.2.18-py2.7-win-amd64.egg ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ site-packages \ six -1.3.0-py2.7.egg ',' C:\ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ site-packages \ wx-2.8-msw-unicode ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ site-packages \ xlrd-0.9.2-py2.7.egg ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ site-packages \ xlwt-0.7.5-py2.7.egg ',' C. : \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ qgis \ python \ plugins \ fTools \ tools ']

Traceback (jüngste Aufforderung zuletzt): Die Datei "C: / PROGRA ~ 1 / QGISDU ~ 1 / apps / qgis /./ Python \ qgis \ utils.py", Linie 182, in Loadplugin importieren(packageName) File "C:/PROGRA~1/QGISDU~1/apps/qgis/./python\qgis\utils.py", line 453, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:/PROGRA~1/QGISDU~1/apps/qgis/./python/plugins\processing__init__.py", line 20, in from processing.tools.general import runalg, runandload, alghelp, alglist, algoptions, load, extent, getobject File "C:/PROGRA~1/QGISDU~1/apps/qgis/./python\qgis\utils.py", line 453, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:/PROGRA~1/QGISDU~1/apps/qgis/./python/plugins\processing\tools\general.py", line 29, in from processing.core.Processing import Processing File "C:/PROGRA~1/QGISDU~1/apps/qgis/./python\qgis\utils.py", line 453, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:/PROGRA~1/QGISDU~1/apps/qgis/./python/plugins\processing\core\Processing.py", line 43, in from processing.algs.QGISAlgorithmProvider import QGISAlgorithmProvider File "C:/PROGRA~1/QGISDU~1/apps/qgis/./python\qgis\utils.py", line 453, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:/PROGRA~1/QGISDU~1/apps/qgis/./python/plugins\processing\algs\QGISAlgorithmProvider.py", line 86, in from processing.algs.CreateConstantRaster import CreateConstantRaster File "C:/PROGRA~1/QGISDU~1/apps/qgis/./python\qgis\utils.py", line 453, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:/PROGRA~1/QGISDU~1/apps/qgis/./python/plugins\processing\algs\CreateConstantRaster.py", line 1, in from processing.core.RasterWriter import RasterWriter File "C:/PROGRA~1/QGISDU~1/apps/qgis/./python\qgis\utils.py", line 453, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:/PROGRA~1/QGISDU~1/apps/qgis/./python/plugins\processing\core\RasterWriter.py", line 28, in import numpy File "C:/PROGRA~1/QGISDU~1/apps/qgis/./python\qgis\utils.py", line 453, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Python27\ArcGIS10.1\Lib\site-packages\numpy__init__.py", line 137, in import add_newdocs File "C:/PROGRA~1/QGISDU~1/apps/qgis/./python\qgis\utils.py", line 453, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Python27\ArcGIS10.1\Lib\site-packages\numpy\add_newdocs.py", line 9, in from numpy.lib import add_newdoc File "C:/PROGRA~1/QGISDU~1/apps/qgis/./python\qgis\utils.py", line 453, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Python27\ArcGIS10.1\Lib\site-packages\numpy\lib__init__.py", line 4, in from type_check import * File "C:/PROGRA~1/QGISDU~1/apps/qgis/./python\qgis\utils.py", line 453, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Python27\ArcGIS10.1\Lib\site-packages\numpy\lib\type_check.py", line 8, in import numpy.core.numeric as _nx File "C:/PROGRA~1/QGISDU~1/apps/qgis/./python\qgis\utils.py", line 453, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Python27\ArcGIS10.1\Lib\site-packages\numpy\core__init__.py", line 5, in import multiarray File "C:/PROGRA~1/QGISDU~1/apps/qgis/./python\qgis\utils.py", line 453, in _import mod = _builtin_import(name, globals, locals, fromlist, level) ImportError: DLL load failed: %1 is not a valid Win32 application.

Python-Version: 2.7.5 (Standard, 15. Mai 2013, 22:44:16) [MSC v.1500 64-Bit (AMD64)]

QGIS-Version: 2.0.1-Dufour Dufour, d94c044

Python-Pfad: ['C: / PROGRA ~ 1 / QGISDU ~ 1 / apps / qgis /./ Python', 'C: \ Benutzer \ gstein / .qgis2 / Python', 'C: \ Benutzer \ gstein / .qgis2 / Python / Plugins ',' C: / PROGRA ~ 1 / QGISDU ~ 1 / apps / qgis /./ Python / Plugins ',' C: \ Python27 \ ArcGIS10.1 \ Lib \ site-packages \ pip-1.2.1- py2.7.egg ',' C: \ Python27 \ ArcGIS10.1 \ Lib \ site-packages ',' C: \ Programme (x86) \ ArcGIS \ Desktop10.1 \ bin ',' C: \ Programme ( x86) \ ArcGIS \ Desktop10.1 \ arcpy ',' C: \ Programme (x86) \ ArcGIS \ Desktop10.1 \ ArcToolbox \ Scripts ',' C: \ Python27 \ ArcGIS10.1 \ Lib \ site-packages \ win32 ',' C: \ Python27 \ ArcGIS10.1 \ Lib \ site-packages \ win32 \ lib ',' C: \ Python27 \ ArcGIS10.1 \ Lib \ site-packages \ Pythonwin ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ bin \ python27.zip ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ DLLs ',' C:\ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ plat-win ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ lib-tk ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ bin ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ site-packages ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ site-packages \ PIL ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ site-packages \ win32 ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ site-packages \ win32 \ lib ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ site-packages \ Pythonwin ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ site-packages \ Shapely-1.2.18-py2.7 -win-amd64.egg ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ site-packages \ six-1.3.0-py2.7.egg ',' C:\ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ site-packages \ wx-2.8-msw-unicode ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ site-packages \ xlrd-0.9.2-py2.7.egg ',' C: \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ Python27 \ lib \ site-packages \ xlwt-0.7.5-py2.7.egg ',' C. : \ PROGRA ~ 1 \ QGISDU ~ 1 \ apps \ qgis \ python \ plugins \ fTools \ tools ']

Antworten:


3

Es sieht so aus, als hätten Sie Python27 zweimal in Ihrem Pfad, einmal in QGIS und einmal in root, möglicherweise von ARCGIS installiert. Dies kann zu Problemen führen.

Ich war mit den QGIS 64-Bit-Builds nicht zufrieden und arbeite jetzt mit dem 32-Bit-Standalone-Build (unter Windows 7 64-Bit). Ich habe nicht aktualisiert das Plugin von der Standalone - Version. Vielleicht löst das auch Ihr Problem.

Die Verarbeitungs-Plugin-Dateien befinden sich unter .qgis2 / process, nicht unter .qgis2 / python / plugins wie in QGIS 1.8.0.


0

Ich denke, dies ist ein Problem mit der neuesten Version des Verarbeitungs-Plugins.

Ich habe mein eigenes Verarbeitungs-Plugin in der 64-Bit-Version aktualisiert und einen ähnlichen Fehler erhalten:

Plugin 'Verarbeitung' konnte nicht aus ['C: / OSGEO4 ~ 1 / apps / qgis /./ Python / Plugins \ Verarbeitung', 'C: / OSGEO4 ~ 1 / apps / qgis /./ Python', 'C geladen werden : \ Users \ heikki.vesanto / .qgis2 / python ',' C: \ Users \ heikki.vesanto / .qgis2 / python / plugins ',' C: / OSGEO4 ~ 1 / apps / qgis /./ python / plugins ' , 'C: \ Programme (x86) \ ArcGIS \ bin', 'C: \ OSGEO4 ~ 1 \ bin \ python27.zip', 'C: \ OSGEO4 ~ 1 \ apps \ Python27 \ DLLs', 'C: \ OSGEO4 ~ 1 \ apps \ Python27 \ lib ',' C: \ OSGEO4 ~ 1 \ apps \ Python27 \ lib \ plat-win ',' C: \ OSGEO4 ~ 1 \ apps \ Python27 \ lib \ lib-tk ',' C: \ OSGEO4 ~ 1 \ bin ',' C: \ OSGEO4 ~ 1 \ apps \ Python27 ',' C: \ OSGEO4 ~ 1 \ apps \ Python27 \ lib \ site-packages ',' C: \ OSGEO4 ~ 1 \ apps \ Python27 \ lib \ site-packages \ PIL ',' C: \ OSGEO4 ~ 1 \ apps \ Python27 \ lib \ site-packages \ win32 ',' C:\ OSGEO4 ~ 1 \ apps \ Python27 \ lib \ site-packages \ win32 \ lib ',' C: \ OSGEO4 ~ 1 \ apps \ Python27 \ lib \ site-packages \ Pythonwin ',' C: \ OSGEO4 ~ 1 \ apps \ Python27 \ lib \ site-packages \ wx-2.8-msw-unicode ',' C: \ OSGEO4 ~ 1 \ apps \ qgis \ python \ plugins \ fTools \ tools ']

Traceback (jüngste Aufforderung zuletzt): Die Datei "C: / OSGEO4 ~ 1 / apps / qgis /./ Python \ qgis \ utils.py", Linie 182, in Loadplugin importieren(Paketname) Datei "C: / OSGEO4 ~ 1 / apps / qgis /./python \ qgis \ utils.py", Zeile 453, in _import mod = _builtin_import (Name, Globals, Einheimische, Fromlist, Ebene) Datei "C: \ Users \ heikki.vesanto / .qgis2 / python / plugins \ procedure__init __. Py ", Zeile 29, in von process.tools.general import * Datei" C: / OSGEO4 ~ 1 / apps / qgis /./ python \ qgis \ utils.py ", Zeile 453, in _import mod = _builtin_import (Name, Globals, Einheimische, Fromlist, Ebene) Datei" C: \ Users \ heikki.vesanto / .qgis2 / python / plugins \ processing \ tools \ general.py " , Zeile 29, in von process.core.Processing import Processing File "C: / OSGEO4 ~ 1 / apps / qgis /./ python \ qgis \ utils.py", Zeile 453, in _import mod = _builtin_import (name, globals, Einheimische, fromlist, level) Datei "C: / OSGEO4 ~ 1 / apps / qgis /./ python / plugins \ processing \ core \ Processing.py ", Zeile 35, in von process.gui.AlgorithmExecutor importieren AlgorithmExecutor-Datei" C: / OSGEO4 ~ 1 / apps / qgis /./ python \ qgis \ utils.py ", Zeile 453, in _import mod = _builtin_import (name, Globals, Locals, Fromlist, Level) ImportError: Kein Modul namens AlgorithmExecutor

Python-Version: 2.7.5 (Standard, 15. Mai 2013, 22:44:16) [MSC v.1500 64-Bit (AMD64)]

QGIS-Version: 2.0.1-Dufour Dufour, d94c044

Python-Pfad: ['C: / OSGEO4 ~ 1 / apps / qgis /./ Python / Plugins \ Processing', 'C: / OSGEO4 ~ 1 / apps / qgis /./ Python', 'C: \ Users \ heikki. vesanto / .qgis2 / python ',' C: \ Users \ heikki.vesanto / .qgis2 / python / plugins ',' C: / OSGEO4 ~ 1 / apps / qgis /./ python / plugins ',' C: \ Program Dateien (x86) \ ArcGIS \ bin ',' C: \ OSGEO4 ~ 1 \ bin \ python27.zip ',' C: \ OSGEO4 ~ 1 \ apps \ Python27 \ DLLs ',' C: \ OSGEO4 ~ 1 \ apps \ Python27 \ lib ',' C: \ OSGEO4 ~ 1 \ apps \ Python27 \ lib \ plat-win ',' C: \ OSGEO4 ~ 1 \ apps \ Python27 \ lib \ lib-tk ',' C: \ OSGEO4 ~ 1 \ bin ',' C: \ OSGEO4 ~ 1 \ apps \ Python27 ',' C: \ OSGEO4 ~ 1 \ apps \ Python27 \ lib \ site-packages ',' C: \ OSGEO4 ~ 1 \ apps \ Python27 \ lib \ Site-Pakete \ PIL ',' C: \ OSGEO4 ~ 1 \ apps \ Python27 \ lib \ Site-Pakete \ win32 ',' C: \ OSGEO4 ~ 1 \ apps \ Python27 \ lib \ Site-Pakete \ win32 \ lib ' , 'C:\ OSGEO4 ~ 1 \ apps \ Python27 \ lib \ site-packages \ Pythonwin ',' C: \ OSGEO4 ~ 1 \ apps \ Python27 \ lib \ site-packages \ wx-2.8-msw-unicode ',' C: \ OSGEO4 ~ 1 \ apps \ qgis \ python \ plugins \ fTools \ tools ']

Sollte gemeldet werden unter: https://hub.qgis.org/projects/sextante/issues

Durch die Nutzung unserer Website bestätigen Sie, dass Sie unsere Cookie-Richtlinie und Datenschutzrichtlinie gelesen und verstanden haben.
Licensed under cc by-sa 3.0 with attribution required.