Martin Landa wrote: > sorry, small bug in my sample test. Here is a new attempt - sample script:
> #!/usr/bin/python > > from grass.lib.gis import * > from grass.lib.vector import * > > map_obj = Map_info() > map = pointer(map_obj) > > print os.environ['PYTHONPATH'] > print sizeof(off_t) > Vect_open_update(map, "a", "") ... > *** glibc detected *** /usr/bin/python: malloc(): memory corruption: > 0x09ba9fe8 *** Does calling G_gisinit() first change anything? -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
