我已经在“gis.stackexchange”论坛中问过这个问题,但它似乎更适合这个问题。
我在 Python Shell 导入模块“qgis.core”时遇到问题。当我输入“import qgis.core”时,Shell(“idle.pyw”)给了我这个错误:
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import qgis.core
ImportError: DLL load failed: Impossibile trovare il modulo specificato (Trad "Impossible to find the specified module").
我已经按照“PyQGIS 食谱”说明将环境设置为指向正确的文件夹。就我而言,路径是:
PYTHOPATH=C:\"QGIS_path"\apps\qgis\python; 路径=C:\"QGIS_path"\apps\qgis\bin。
我错过了什么吗?Shell 无法找到的正确库应该是什么?我正在使用 Windows 7 64 位、QGIS Lisboa(版本 1.8)、Python 2.7.2(包含在 QGIS 包中的那个)。