Hi, 2010/11/16 Paolo Craveri <[email protected]>: > I've just installed Grass6.4 in Ubuntu 10.10 from this repository: > > http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu maverick main > > When I try editing a vector map I get this message: > > Unable to start wxGUI vector digitizer. > > Do you want to start TCL/TK digitizer (v.digit) instead? > > Details: No module named grass6_wxvdigit > > Any suggest?
wxGUI digitizer has been disabled due to many problems with swig compatibility. You can compile it manually from source $ cd gui/wxpython/vdigit $ make You will probably need swig 1.36. The wxGUI digitizer waits for fundamental rewrite (hopefully I will have a free time for that soon). Martin -- Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
