- Steps:
- Adjust the
compile.bat
file under the plugin. - Run
compile.bat
from your command window. - Set the Python path:
set "PYTHONPATH=C:\OSGeo4W64\apps\qgis\python;%PYTHONPATH%"
- Set the Qt Path:
set "QT_QPA_PLATFORM_PLUGIN_PATH=C:\OSGeo4W64\apps\Qt5\plugins"
- QGIS has the nose module. Run
python -m nose2 -v
.
- Adjust the
- Important: Understand the difference between error and failure.