[GRASS-dev] winGRASS 6.4.svn: Attribute manager not opening

Markus Neteler neteler at osgeo.org
Tue Sep 4 02:04:08 PDT 2012


Hi,

when loading "roadsmajor" of NC on various windows machines (with
and without white space in the grassdata path, we get

Error:
'columns' is not recognized as an internal or external command,
operable program or batch file
[OK]

Then the attrib. manager opens but it remains empty.

Maybe here?

dbmgr/manager.py
...
       self.listOfCommands.append(('v.db.addcol',
                                    { 'map'     : self.vectorName,
                                      'layer'   : self.layer,
                                      'columns' : '%s %s' % (name, ctype) }
                                    ))

No idea..

Markus


More information about the grass-dev mailing list