Appena uscito lo 0.9, gia' pronto il repository per i plugins:
http://spatialserver.net:3001/
Presto anche un meccanismo automatico per ricercarli ed installarli al
volo (tipo FireFox).
Gran cosa.
pc
--
Paolo Cavallini, see: http://www.faunalia.it/pc
Per chi si occupa di progettazione Idraulica, è stato rilasciato un
plugin per Qgis per il calcolo del diametro ottimale di una condotta:
E c'è chi pensa che la 0.9 non abbia nulla di nuovo
Adesso c'è da capire se e come si possano implementare alcuni tool di
GRASS all'interno di QGIS (come plugin python), in modo da evitare di
dover passare sempre per import/export.
Luca
Il giorno lun, 29/10/2007 alle 08.22 +0100, Paolo Cavallini ha scritto:
Appena uscito lo 0.9, gia' pronto il repository per i plugins:
http://spatialserver.net:3001/
Presto anche un meccanismo automatico per ricercarli ed installarli al
volo (tipo FireFox).
Gran cosa.
pc
Patti Giuseppe ha scritto:
Interessanti, ma come si fanno girare? Ci vorrebbe almeno un readme.
Ringrazio in anticipo chi se ne volesse occupare.
Ci si registra e si caricano. Sentire Gary per dettagli:
This is not meant to be an end user interface to the plugins, but a
place for developers to upload their creations. Users can download
plugins them from the site, but we will be creating a site for end
users.
I would encourage everyone to post their plugins to the repository.
Any comments you have about the functionality of the repository
should be addressed to me or the list.
One of the plugins is an installer. It allows you to query the
repository and choose which plugins to download and install. I don't
believe that support for the installer made it into the 0.9 release.
To install any of the plugins, just unzip them into your qgis/python/
plugins directory. Each plugin must be contained in it's own
subdirectory so be sure to include the directory structure for the
plugin when you unzip it.
--
Paolo Cavallini, see: http://www.faunalia.it/pc
Posto qui per non continuare il discorso.
lavoro su mac os x e stavo provando a importare i moduli qgis.core e
qgis.gui dall'installazione binaria di qgis.
Come mi aveva suggerito William Kyngesburye, per poter caricare i moduli
dalla versione svn di qgis 0.9
dovevo fare
import sys
sys.path.insert(1,'/Applications/qgis-0.9.0/qgis0.9.0.app/Contents/MacOS/share/qgis/python')
from qgis.core import *
from qgis.gui import *
e tutto funzionava a meraviglia.
Il problema è che se faccio la medesima cosa riferendomi all'installazione
binaria ricevo questo errore:
import sys
sys.path.insert(1,'/Applications/qgis-0.9.0/qgis0.9.0.app/Contents/MacOS/share/qgis/python')
from qgis.core import *
Traceback (most recent call last):
File "<pyshell#3>", line 1, in <module>
from qgis.core import *
ImportError:
dlopen(/Applications/qgis-0.9.0/qgis0.9.0.app/Contents/MacOS/share/qgis/python/qgis/core.so,
2): Library not loaded: @executable_path/lib/libqgis_core.dylib
Referenced from:
/Applications/qgis-0.9.0/qgis0.9.0.app/Contents/MacOS/share/qgis/python/qgis/core.so
Reason: image not found
Qualcuno ha mai usato i moduli qgis.gui e qgis.core della versione binaria
su Mac OS X?
Grazie
--
View this message in context: http://www.nabble.com/python-plugins-per-QGIS-0.9-tf4710028.html#a13596375
Sent from the Gfoss mailing list archive at Nabble.com.