Hi, 2009/7/10 Tomáš Zigo <[email protected]>: >> > Swig vers.: swig 1.3.39-1 >> >> yes, this know issue. The bug is related to the recent swig version. >> Here on Debian GNU/Linux with swig 1.3.36 it works. > I am downgrading to swig version 1.3.36-1 and recompiling grass > and wxGUI.Nviz extension, wxGUI.Vector_Digitizing_Tool is working > correctly now. Thanks for tip.
OK, anyway wxGUI extensions need to be fixed to work properly also with thhe newer versions of swig. > But I am having problem with editing vector attribute (for example, when > I am adding (v.db.addcol), renaming (v.db.renamecol), dropping > (v.db.dropcol) column and I am receiving error message (g.gui tcltk): Do you use wxGUI attribute manager for that or you are calling the commands for CLI? > In g.gui wxpython error message (wxGUI.Attribute_Table_Manager) (when > I am trying rename column): Execution failed: 'v.db.renamecol > map=vrstevn...@permanent layer=1 column=level,Nadm_vyska' > Details: > Error: There is no table connected to the input vector map! Cannot > rename any column. And your current mapset is PERMANENT? Note that you can modify only data from the current mapset. Probably this should be check and related widgets disabled in wxGUI Attribute Manager. Martin -- Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
