[GRASS-dev] WinGrass65 + import gui_modules.nviz_tools as nviz_tools: ImportError

2010-06-15 Thread Helmut Kudrnovsky
also for the dev-ml -Ursprüngliche Nachricht- Von: Helmut Kudrnovsky Gesendet: 15.06.2010 00:09:02 An: Glynn Clements Betreff: Re: [GRASS-dev] WinGrass65 + import gui_modules.nviz_tools as nviz_tools: ImportError -Ursprüngliche Nachricht- Von: Glynn Clements Gesendet: 14.06.2010

Re: [GRASS-dev] [GRASS GIS] #1088: r.fillnulls: support other interpolation methods

2010-06-15 Thread Markus Metz
GRASS GIS wrote: #1088: r.fillnulls: support other interpolation methods -+--  Reporter:  kyngchaos    |       Owner:  grass-...@…     Type:  enhancement  |      Status:  new  Priority:  normal       |   Milestone:  6.5.0

[GRASS-dev] access to grass (trunk 7.0.svn ) vector map from python

2010-06-15 Thread Fernando Pacheco
I'm trying to access a grass vector map with python (2.6). I'm using the svn version (revision 42 565) but keep getting Segmentation fault when trying to open the file with Vect_open_old (map, input, mpaset). The code I'm using can be found here: http://osgeo.pastebin.com/VLGunxyq Can you please

Re: [GRASS-dev] access to grass (trunk 7.0.svn ) vector map from python

2010-06-15 Thread Glynn Clements
Fernando Pacheco wrote: I'm trying to access a grass vector map with python (2.6). I'm using the svn version (revision 42 565) but keep getting Segmentation fault when trying to open the file with Vect_open_old (map, input, mpaset). The code I'm using can be found here:

Re: [GRASS-dev] access to grass (trunk 7.0.svn ) vector map from python

2010-06-15 Thread Fernando Pacheco
Woks!. Thank you. Fernando. Ing. Fernando Pacheco M.S.L. Ingesur srl Dirección: Requena 1062 ap.302, Montevideo, Uruguay. Teléfonos: (+598 2) 408 90 48, (+598 9) 962 79 32 Web: http://ingesur.com.uy/ On Tue, Jun 15, 2010 at 1:56 PM, Glynn Clements gl...@gclements.plus.comwrote: Fernando

[GRASS-dev] [GRASS GIS] #1089: GRASS 6.5 manual broken link

2010-06-15 Thread GRASS GIS
#1089: GRASS 6.5 manual broken link --+- Reporter: timothymorrissey | Owner: grass-...@… Type: defect| Status: new Priority: normal|

[GRASS-dev] [GRASS GIS] #1090: Access is denied - r.statistics

2010-06-15 Thread GRASS GIS
#1090: Access is denied - r.statistics +--- Reporter: nkale | Owner: grass-...@… Type: defect | Status: new Priority:

Re: [GRASS-dev] access to grass (trunk 7.0.svn ) vector map from python

2010-06-15 Thread Fernando Pacheco
I modified the code as you have suggested. But I encounter a new problem. If I run a simple program from the command line like this: http://osgeo.pastebin.com/pPqkcvk3 get the following error: python: malloc.c:4628: _int_malloc: Assertion `(unsigned long)(size) = (unsigned long)(nb)' failed. I

[GRASS-dev] Re: [GRASS GIS] #1090: Access is denied - r.statistics

2010-06-15 Thread GRASS GIS
#1090: Access is denied - r.statistics --+- Reporter: nkale | Owner: grass-...@… Type: defect| Status: new

[GRASS-dev] Re: [GRASS GIS] #1089: GRASS 6.5 manual broken link

2010-06-15 Thread GRASS GIS
#1089: GRASS 6.5 manual broken link --+- Reporter: timothymorrissey | Owner: grass-...@… Type: defect| Status: new Priority: normal|

[GRASS-dev] Re: [GRASS GIS] #1089: GRASS 6.5 manual broken link

2010-06-15 Thread GRASS GIS
#1089: GRASS 6.5 manual broken link --+- Reporter: timothymorrissey | Owner: grass-...@… Type: defect| Status: new Priority: normal|

Re: [GRASS-dev] access to grass (trunk 7.0.svn ) vector map from python

2010-06-15 Thread Glynn Clements
Fernando Pacheco wrote: I modified the code as you have suggested. But I encounter a new problem. If I run a simple program from the command line like this: http://osgeo.pastebin.com/pPqkcvk3 get the following error: python: malloc.c:4628: _int_malloc: Assertion `(unsigned long)(size) =

[GRASS-dev] Re: [GRASS GIS] #1089: GRASS 6.5 manual broken link

2010-06-15 Thread GRASS GIS
#1089: GRASS 6.5 manual broken link --+- Reporter: timothymorrissey | Owner: grass-...@… Type: defect| Status: new Priority: normal|

Re: [GRASS-dev] access to grass (trunk 7.0.svn ) vector map from python

2010-06-15 Thread Fernando Pacheco
Yes of course, after updating the source code to the 42 566 version I ran make clean, ./configure ..., make, rm-rf / usr/local/grass-7.0.svn and make install. In this situation is that I get the error mentioned in my previous email. If you have suggestions or an example that works please send me.