Hi Martin,<br><br>I tried the patch, applying it to revision 30961, - problem solved.<br>I downloaded svn_trunk (revision 30966) - problem solved.<br><br>Cheers,&nbsp; Peter<br><br><b><i>Martin Landa &lt;landa.martin@gmail.com&gt;</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> Hi,<br><br>I committed this patch to releasebranch_63<br><br>http://trac.osgeo.org/grass/changeset/30967<br><br>Are you getting the same error now?<br><br>Martin<br><br>2008/4/13, Martin Landa <landa.martin@gmail.com>:<br>&gt; Hi,<br>&gt;<br>&gt;  2008/4/13, geep999 <geep999@yahoo.co.uk>:<br>&gt;<br>&gt; &gt;  -there is an error if there is no directory called PERMANENT<br>&gt;  &gt;  in a directory below the directory where grass63 -wxpython is run<br>&gt;<br>&gt;<br>&gt; strange I cannot reproduce this error (python 2.4.5, wxpython 2.8.7.1)<br>&gt;<br>&gt;  rm -r /home/martin/.grassrc6<br>&gt;  ls<br>&gt; 
 [nothing]<br>&gt;  grass630 -wxpython<br>&gt;  [gui starts -&gt; list of locations/mapsets empty]<br>&gt;<br>&gt;  The patch I sent you didn't help?<br>&gt;<br>&gt;  BTW, can you install also grass_trunk and check if the same error appears?<br>&gt;<br>&gt;<br>&gt;  Martin<br>&gt;<br>&gt;<br>&gt;  &gt;  geep999 wrote:<br>&gt;  &gt;  &gt;<br>&gt;  &gt;  &gt; Hi Martin, Glynn &amp; everybody,<br>&gt;  &gt;  &gt;<br>&gt;  &gt;  &gt; Problem solved (accidentally!) - not totally sure how.<br>&gt;  &gt;  &gt; And found a new (to me!) dependency - NumPy.<br>&gt;  &gt;  &gt;<br>&gt;  &gt;  &gt; 1/ When I started "grass63 -wxpython" the first few times I was in my home<br>&gt;  &gt;  &gt; directory.<br>&gt;  &gt;  &gt; When I got the nasty error messages initially reported I did not have any<br>&gt;  &gt;  &gt; GIS Data.<br>&gt;  &gt;  &gt;<br>&gt;  &gt;  &gt; Later I copied a GIS Data Directory from another PC into $HOME/MountDoom<br>&gt;  &gt;  &gt; Then:<br>&gt;  &gt;  &gt; cd
 $HOME/MountDoom<br>&gt;  &gt;  &gt; grass63 -wxpython   (whilst in $HOME/MountDoom)<br>&gt;  &gt;  &gt;<br>&gt;  &gt;  &gt; No more nasty error messages, instead I got this:<br>&gt;  &gt;  &gt; dad@VMSLACK12_1_RC1:~/MountDoom$ grass63 -wxpython<br>&gt;  &gt;  &gt; Cleaning up temporary files.....<br>&gt;  &gt;  &gt; Starting GRASS ...<br>&gt;  &gt;  &gt; GRASS GUI should be wxpython<br>&gt;  &gt;  &gt;           __________  ___   __________    _______________<br>&gt;  &gt;  &gt;          / ____/ __ \/   | / ___/ ___/   / ____/  _/ ___/<br>&gt;  &gt;  &gt;         / / __/ /_/ / /| | \__ \\_  \   / / __ / / \__ \<br>&gt;  &gt;  &gt;        / /_/ / _, _/ ___ |___/ /__/ /  / /_/ // / ___/ /<br>&gt;  &gt;  &gt;        \____/_/ |_/_/  |_/____/____/   \____/___//____/<br>&gt;  &gt;  &gt;<br>&gt;  &gt;  &gt; Welcome to GRASS 6.3.0svn (2008)<br>&gt;  &gt;  &gt; GRASS homepage:                          http://grass.osgeo.org/<br>&gt;  &gt;  &gt; This version running thru:           
    Bash Shell (/bin/bash)<br>&gt;  &gt;  &gt; Help is available with the command:      g.manual -i<br>&gt;  &gt;  &gt; See the licence terms with:              g.version -c<br>&gt;  &gt;  &gt; If required, restart the GUI with:       g.gui wxpython<br>&gt;  &gt;  &gt; When ready to quit enter:                exit<br>&gt;  &gt;  &gt;<br>&gt;  &gt;  &gt; GRASS 6.3.0svn (MountDoom):~/MountDoom &gt; profile.py:<br>&gt;  &gt;  &gt;     This module requires the NumPy module,<br>&gt;  &gt;  &gt;     which could not be imported.  It probably is not installed<br>&gt;  &gt;  &gt;     (it's not part of the standard Python distribution). See the<br>&gt;  &gt;  &gt;     Numeric Python site (http://numpy.scipy.org) for information on<br>&gt;  &gt;  &gt;     downloading source or binaries.<br>&gt;  &gt;  &gt; GRASS 6.3.0svn (MountDoom):~/MountDoom &gt;<br>&gt;  &gt;  &gt;<br>&gt;  &gt;  &gt; 2/ So, I installed this new dependency ;) NumPy.<br>&gt;  &gt;  &gt; Lo and behold, without so
 much as a ./configure or make, I find that<br>&gt;  &gt;  &gt; grass63 -wxpython is running with a shiny new interface.<br>&gt;  &gt;  &gt;<br>&gt;  &gt;  &gt; 3/ It seems that launching from within $HOME/MountDoom was somehow the<br>&gt;  &gt;  &gt; trick that got me started,<br>&gt;  &gt;  &gt; and stopped the nasty error messages.<br>&gt;  &gt;  &gt;<br>&gt;  &gt;  &gt; I note that -wxpython and -tcltk show different Project Locations<br>&gt;  &gt;  &gt; when launched from my $HOME directory.<br>&gt;  &gt;  &gt;<br>&gt;  &gt;  &gt; -tcltk lists all directories in $HOME in the Project Location box<br>&gt;  &gt;  &gt; -wxpython only lists directory MountDoom in the Project Location box<br>&gt;  &gt;  &gt;<br>&gt;  &gt;  &gt; Cheers,<br>&gt;  &gt;  &gt;<br>&gt;  &gt;  &gt; Peter<br>&gt;  &gt;  &gt;<br>&gt;  &gt;  &gt; Martin Landa-2 wrote:<br>&gt;  &gt;  &gt;&gt;<br>&gt;  &gt;  &gt;&gt; Hi,<br>&gt;  &gt;  &gt;&gt;<br>&gt;  &gt;  &gt;&gt;&gt;  1/ I tried compiling using
 --with-python=no --with-wxwidgets<br>&gt;  &gt;  &gt;&gt;&gt;  But with svn revision 30941 I get:<br>&gt;  &gt;  &gt;&gt;&gt;  Errors in:<br>&gt;  &gt;  &gt;&gt;&gt;  /home/dad/grass63_release_build/grass63_release/gui/wxpython/vdigit<br>&gt;  &gt;  &gt;&gt;&gt;  --<br>&gt;  &gt;  &gt;&gt;&gt;  In case of errors please change into the directory with error and run<br>&gt;  &gt;  &gt;&gt;&gt;  'make'.<br>&gt;  &gt;  &gt;&gt;<br>&gt;  &gt;  &gt;&gt; now should be fixed in trunk and releasebranch_63, see<br>&gt;  &gt;  &gt;&gt;<br>&gt;  &gt;  &gt;&gt; http://trac.osgeo.org/grass/changeset/30951<br>&gt;  &gt;  &gt;&gt;<br>&gt;  &gt;  &gt;&gt; when you run<br>&gt;  &gt;  &gt;&gt;<br>&gt;  &gt;  &gt;&gt; svn up<br>&gt;  &gt;  &gt;&gt; ./configure ... --with-python=no ...<br>&gt;  &gt;  &gt;&gt;<br>&gt;  &gt;  &gt;&gt; vdigit will be not compiled, i.e. it requires both --with-python and<br>&gt;  &gt;  &gt;&gt; --with-wxwidgets.<br>&gt;  &gt;  &gt;&gt;<br>&gt;  &gt;  &gt;&gt;&gt; 
 So it seems that to have the wxPython gui I need to have swig<br>&gt;  &gt;  &gt;&gt;&gt; installed.<br>&gt;  &gt;  &gt;&gt;<br>&gt;  &gt;  &gt;&gt; No, swig is need only for compilation of vector digitizer, wxGUI<br>&gt;  &gt;  &gt;&gt; (without digitizer) is installed regardless of any configuration<br>&gt;  &gt;  &gt;&gt; switch.<br>&gt;  &gt;  &gt;&gt;<br>&gt;  &gt;  &gt;&gt; Martin<br>&gt;  &gt;  &gt;&gt;<br>&gt;  &gt;  &gt;&gt; --<br>&gt;  &gt;  &gt;&gt; Martin Landa <landa.martin gmail.com=""> * http://gama.fsv.cvut.cz/~landa *<br>&gt;  &gt;  &gt;&gt; _______________________________________________<br>&gt;  &gt;  &gt;&gt; grass-user mailing list<br>&gt;  &gt;  &gt;&gt; grass-user@lists.osgeo.org<br>&gt;  &gt;  &gt;&gt; http://lists.osgeo.org/mailman/listinfo/grass-user<br>&gt;  &gt;  &gt;&gt;<br>&gt;  &gt;  &gt;&gt;<br>&gt;  &gt;  &gt;<br>&gt;  &gt;  &gt;<br>&gt;  &gt;<br>&gt;  &gt;<br>&gt;  &gt;  --<br>&gt;  &gt;  View this message in context:
 http://www.nabble.com/Another-error-with-wxpython-GUI-in-RC6-tp16627913p16656755.html<br>&gt;  &gt;  Sent from the Grass - Users mailing list archive at Nabble.com.<br>&gt;  &gt;<br>&gt;  &gt;  _______________________________________________<br>&gt;  &gt;  grass-user mailing list<br>&gt;  &gt;  grass-user@lists.osgeo.org<br>&gt;  &gt;  http://lists.osgeo.org/mailman/listinfo/grass-user<br>&gt;  &gt;<br>&gt;<br>&gt;<br>&gt;  --<br>&gt;  Martin Landa <landa.martin gmail.com=""> * http://gama.fsv.cvut.cz/~landa *<br>&gt;<br><br><br>-- <br>Martin Landa <landa.martin gmail.com=""> * http://gama.fsv.cvut.cz/~landa *<br></landa.martin></landa.martin></landa.martin></geep999@yahoo.co.uk></landa.martin@gmail.com></blockquote><br><p>&#32;



      <hr size=1> 
Yahoo! for Good helps you <a href="http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=51947/*http://uk.promotions.yahoo.com/forgood/">make a difference</a>