Hi you all,<br><br>I wanted to georectify some .dxf files imported with v.in.dxf but when "Start georectifying" grass thrown an Application Error saying: Error: missing''<br><br>looking into the details:<br>
missing "<br>missing "<br> while compiling<br>"Gm::errmsg $error ["Error setting region]<br> "<br> ("if" then script line 2)<br> while compiling<br>"if {[catch {close $input} error]} {
<br> Gm::errmsg $error ["Error setting region]<br> }"<br> ("if" then script line 10)<br> while compiling<br>"if {![catch {open [concat "|g.region" "-up" $args "2> $devnull"] r} input]} {
<br> while {[gets $input line] >= 0} {<br> set key [string trim [linde..."<br> (compiling body of proc "GRMap::zoom_gregion", line 11)<br> invoked from within<br>"GRMap::zoom_gregion"
<br> (procedure "GRMap::refmap" line 51)<br> invoked from within<br>"GRMap::refmap"<br> ("uplevel" body line 1)<br> invoked from within<br>"uplevel \#0 $cmd"<br> (procedure "Button::_release" line 18)
<br> invoked from within<br>"Button::_release .grstart.mf.frame.start.a"<br> (command bound to event)<br><br>I really could not figure out what's going on. I see something it's wrong with the region but do not understand why.
<br>I followed <a href="http://grass.itc.it/grass62/manuals/html62_user/gis.m.html">http://grass.itc.it/grass62/manuals/html62_user/gis.m.html</a> tutorial and I am running grass63cvs (<a href="http://gfoss.it">gfoss.it</a>
repository) on a debian lenny.<br><br>Any suggestion?<br><br>regards<br>raffaele<br>