¿Algún consejo sobre cómo hacer funcionar la consola de Python en Q-GIS (Quantum GIS)? (No funciona desde el menú del software).
Sistema:
- Python 2.6.5
- SISTEMA OPERATIVO QGIS1.7
- Linux: Ubuntu 10.04.2 LTS lúcido
Mensaje de error de python ejecutado en la ventana del Terminal:
Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from qgis.core import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
RuntimeError: the sip module implements API v7.0 to v7.1 but the qgis.core module requires API v6.0
>>>