[Python] cython e warning: no library file corresponding to 'grass/raster.h' found (skipping)
Pietro Zambelli
peter.zamb a gmail.com
Mer 24 Lug 2013 14:23:19 CEST
On Wednesday 24 Jul 2013 12:55:17 you wrote:
> ma se provo ad utilizzare la funzione mtype2gtype [0]:
>
> In [1]: import raster
> In [2]: raster.mtype2gtype('CELL')
> Exception NameError: "name 'crast' is not defined" in 'raster.mtype2gtype'
> ignored
> Out[2]: 0
>
> Mi dice che crast non è definito...
>
> Idee su come fare a definirlo?
le variabili CELL_TYPE, FCELL_TYPE e DCELL_TYPE non erano state inserite da
cwrap quando aveva generato crast.pxd, aggiungendole a mano ora funziona.
Buona giornata.
Pietro
Maggiori informazioni sulla lista
Python