No module named PyDevd

Issue #4 wontfix
Xeenych Xeenych created an issue

Running this plugin produces exception

ImportError: No module named pydevd Traceback (most recent call last): File "C:/Users/Tsvetik/.qgis2/python/plugins\QMetaTiles\qtilesdialog.py", line 186, in accept llg_features File "C:/Users/Tsvetik/.qgis2/python/plugins\QMetaTiles\tilingthread.py", line 73, in init llg_features) File "C:/Users/Tsvetik/.qgis2/python/plugins\QMetaTiles\tileset.py", line 89, in init import pydevd; pydevd.settrace(port=5678) File "C:/PROGRA~2/QGIS2~1.18/apps/qgis-ltr/./python\qgis\utils.py", line 607, in _import mod = _builtin_import(name, globals, locals, fromlist, level) ImportError: No module named pydevd

Версия Python: 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:19:30) [MSC v.1500 32 bit (Intel)] Версия: 2.18.28 Las Palmas, 6551c2a73e

Расположение Python: C:/PROGRA~2/QGIS2~1.18/apps/qgis-ltr/./python/plugins\processing C:/PROGRA~2/QGIS2~1.18/apps/qgis-ltr/./python C:/Users/Tsvetik/.qgis2/python C:/Users/Tsvetik/.qgis2/python/plugins C:/PROGRA~2/QGIS2~1.18/apps/qgis-ltr/./python/plugins C:\PROGRA~2\QGIS2~1.18\bin\python27.zip C:\PROGRA~2\QGIS2~1.18\apps\Python27\DLLs C:\PROGRA~2\QGIS2~1.18\apps\Python27\lib C:\PROGRA~2\QGIS2~1.18\apps\Python27\lib\plat-win C:\PROGRA~2\QGIS2~1.18\apps\Python27\lib\lib-tk C:\PROGRA~2\QGIS2~1.18\bin C:\PROGRA~2\QGIS2~1.18\apps\Python27 C:\PROGRA~2\QGIS2~1.18\apps\Python27\lib\site-packages C:\PROGRA~2\QGIS2~1.18\apps\Python27\lib\site-packages\jinja2-2.7.2-py2.7.egg C:\PROGRA~2\QGIS2~1.18\apps\Python27\lib\site-packages\markupsafe-0.23-py2.7-win32.egg C:\PROGRA~2\QGIS2~1.18\apps\Python27\lib\site-packages\win32 C:\PROGRA~2\QGIS2~1.18\apps\Python27\lib\site-packages\win32\lib C:\PROGRA~2\QGIS2~1.18\apps\Python27\lib\site-packages\Pythonwin C:\PROGRA~2\QGIS2~1.18\apps\Python27\lib\site-packages\wx-2.8-msw-unicode C:/Users/Tsvetik/.qgis2//python D:/12 - QGIS/scripts/render_tiles D:/12 - QGIS

Comments (5)

  1. Brendon Glenk
    • changed status to open

    Thanks for reporting the issue. We're working on a release of this plugin for QGIS3.4LTR and newer.

  2. Paul Joyce

    this happens when the experimental box is ticked. the only experimental version available to download is 1.0 (very old), and that version required pydevd.

  3. Log in to comment