Salve a tutti,
sto provando a usare un tutorial di qgis + python (http://
blog.qgis.org/?q=node/59), ma mi sono arenato su una cosa che credo
banale ma della quale non so venire a capo senza temere di fare danni:
Al punto 3 di questo tutorial c'è scritto:
"3.set environment variables:
Linux: (when /home/wonder/qgis is used)
export LD_LIBRARY_PATH=/home/wonder/qgis/lib
export PYTHONPATH=/home/wonder/qgis/share/qgis/python
Windows (when c:\qgis is used)
set PATH=c:\qgis;%%PATH%%
set PYTHONPATH=c:\qgis\python
PYTHONPATH is there to tell python where to search for QGIS Python
bindings, LD_LIBRARY_PATH (resp. PATH)
tells system where to look for QGIS libraries that Python bindings
need to work."