我正在使用量子 gis 1.7.2。在安装期间它会创建 python25 文件夹。我正在为 QGIS 的 python 插件使用 python2.6。我将系统变量设置为:
PATH :=C:\Program Files\Quantum GIS Wroclaw\apps\qgis
C:\Python26\Lib\site-packages\PyQt4\bin
PYTHONPATH:=C:\Program Files\Quantum GIS Wroclaw\apps\qgis\python;
错误信息
Traceback (most recent call last):
File "C:\rt_sql_layer_working\DlgQueryBuilder.py", line 30, in <module>
from qgis.core import *
导入错误:DLL load failed: The specified module could not be found.
这是因为版本不匹配还是路径错误??