Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

После установки на Win вылезают ошибки identifyplus и Processing #90

Open
trolleway opened this issue Feb 2, 2017 · 1 comment

Comments

@trolleway
Copy link
Member

При первом запуске свежего NextGIS QGIS 16.2.144 на win:


Couldn't load plugin identifyplus due to an error when calling its classFactory() method 

ImportError: DLL load failed: The specified module could not be found. 
Traceback (most recent call last):
  File "c:/NEXTGI~1/apps/qgis/./python\qgis\utils.py", line 306, in startPlugin
    plugins[packageName] = package.classFactory(iface)
  File "c:/NEXTGI~1/apps/qgis/./python/plugins\identifyplus\__init__.py", line 29, in classFactory
    from identifyplus import IdentifyPlus
  File "c:/NEXTGI~1/apps/qgis/./python\qgis\utils.py", line 572, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "c:/NEXTGI~1/apps/qgis/./python/plugins\identifyplus\identifyplus.py", line 36, in 
    from identifyplusmodel import IdentifyPlusModel
  File "c:/NEXTGI~1/apps/qgis/./python\qgis\utils.py", line 572, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "c:/NEXTGI~1/apps/qgis/./python/plugins\identifyplus\identifyplusmodel.py", line 33, in 
    from GdalTools.tools import GdalTools_utils
  File "c:/NEXTGI~1/apps/qgis/./python\qgis\utils.py", line 572, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "c:/NEXTGI~1/apps/qgis/./python/plugins\GdalTools\tools\GdalTools_utils.py", line 38, in 
    from osgeo import gdal, ogr, osr
  File "c:/NEXTGI~1/apps/qgis/./python\qgis\utils.py", line 572, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "C:\Program Files\nextgis\lib\Python27\site-packages\osgeo\__init__.py", line 21, in 
    _gdal = swig_import_helper()
  File "C:\Program Files\nextgis\lib\Python27\site-packages\osgeo\__init__.py", line 17, in swig_import_helper
    _mod = imp.load_module('_gdal', fp, pathname, description)
ImportError: DLL load failed: The specified module could not be found.


Python version: 2.7.4 (default, Apr  6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)] 
QGIS version: 2.14.5-Essen Essen, 4cfc6dd 

Потом показывается такое же окно про Processing

@trolleway
Copy link
Member Author

То же для версии 152 на win

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant