Re: [GRASS-user] Another error with wxpython GUI in RC6 - repeatable

2008-04-13 Thread geep999
Hi Martin, Glynn everybody, To repeat the problem consistently: -there is an error if there is no directory called PERMANENT in a directory below the directory where grass63 -wxpython is run -creating a directory anything/PERMANENT prevents the problem i.e. run grass63 -wxpython in $HOME

Re: [GRASS-user] Another error with wxpython GUI in RC6 - repeatable

2008-04-13 Thread Martin Landa
Hi, 2008/4/13, geep999 [EMAIL PROTECTED]: -there is an error if there is no directory called PERMANENT in a directory below the directory where grass63 -wxpython is run strange I cannot reproduce this error (python 2.4.5, wxpython 2.8.7.1) rm -r /home/martin/.grassrc6 ls [nothing] grass630

Re: [GRASS-user] Another error with wxpython GUI in RC6 - repeatable

2008-04-13 Thread Martin Landa
Hi, I committed this patch to releasebranch_63 http://trac.osgeo.org/grass/changeset/30967 Are you getting the same error now? Martin 2008/4/13, Martin Landa [EMAIL PROTECTED]: Hi, 2008/4/13, geep999 [EMAIL PROTECTED]: -there is an error if there is no directory called PERMANENT

Re: [GRASS-user] Another error with wxpython GUI in RC6 - repeatable

2008-04-13 Thread Peter Gardner
Hi Martin, I tried the patch, applying it to revision 30961, - problem solved. I downloaded svn_trunk (revision 30966) - problem solved. Cheers, Peter Martin Landa [EMAIL PROTECTED] wrote: Hi, I committed this patch to releasebranch_63 http://trac.osgeo.org/grass/changeset/30967 Are you

Re: [GRASS-user] Another error with wxpython GUI in RC6 - repeatable

2008-04-13 Thread Peter Gardner
Hi, OK now with releasebranch_6_3 grass63_release 30968. Cheers, Peter Martin Landa [EMAIL PROTECTED] wrote: Hi, I committed this patch to releasebranch_63 http://trac.osgeo.org/grass/changeset/30967 Are you getting the same error now? Martin 2008/4/13, Martin Landa : Hi, 2008/4/13,

Re: [GRASS-user] Another error with wxpython GUI in RC6

2008-04-12 Thread geep999
Hi Glynn, 1/ I tried compiling using --with-python=no --with-wxwidgets But with svn revision 30941 I get: Errors in: /home/dad/grass63_release_build/grass63_release/gui/wxpython/vdigit -- In case of errors please change into the directory with error and run 'make'. Running make in

Re: [GRASS-user] Another error with wxpython GUI in RC6

2008-04-12 Thread Martin Landa
Hi, 1/ I tried compiling using --with-python=no --with-wxwidgets But with svn revision 30941 I get: Errors in: /home/dad/grass63_release_build/grass63_release/gui/wxpython/vdigit -- In case of errors please change into the directory with error and run 'make'. now should be fixed in

Re: [GRASS-user] Another error with wxpython GUI in RC6

2008-04-12 Thread Martin Landa
Hi, 2008/4/11, Peter Gardner [EMAIL PROTECTED]: [...] File /usr/local/grass-6.3.0svn/etc/wxpython/gis_set.py, line 561, in OnSelectLocation self.lbmapsets.SetSelection(0) File /usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_controls.py, line 1325, in SetSelection

Re: [GRASS-user] Another error with wxpython GUI in RC6

2008-04-12 Thread Martin Landa
ops, sorry, URL correction [1] file:///usr/share/doc/wx2.8-doc/wx-manual.html/wx_wxcontrolwithitems.html#wxcontrolwithitemssetselection http://docs.wxwidgets.org/stable/wx_wxcontrolwithitems.html#wxcontrolwithitemssetselection Martin -- Martin Landa landa.martin gmail.com *

Re: [GRASS-user] Another error with wxpython GUI in RC6

2008-04-12 Thread Martin Landa
Hi Peter, 2008/4/12, Peter Gardner [EMAIL PROTECTED]: I see that there are differences between -tcltk and -wxpython when reading Project Locations/Directories. that's right, Tcl/Tk-based GUI welcome screen reads all directories from the current GIS directory, in wxPython-based welcome screen

[GRASS-user] Another error with wxpython GUI in RC6

2008-04-11 Thread geep999
Hi, 1/ I've just compiled GRASS63 RC6 on a Slackware12.1RC1 machine. Had a bit of a fight during make. Errors in: /home/dad/grass/grass-6.3.0RC6/gui/wxpython/vdigit Workaround, as per http://svn.osgeo.org/grass/grass/trunk/gui/wxpython/README cd /usr/local/lib sudo ln -s

Re: [GRASS-user] Another error with wxpython GUI in RC6

2008-04-11 Thread Peter Gardner
Hi Martin, I checked out revision 30941. ../configure fails with: checking if system supports Large Files at all... yes checking whether to use Python... yes checking for python-config... /usr/bin/python-config checking for Python.h... yes checking for swig... no configure: error: *** couldn't

Re: [GRASS-user] Another error with wxpython GUI in RC6

2008-04-11 Thread Peter Gardner
Hi Martin, Installed swig-1.3.35. Installed grass 6.3.0 svn revision 30941. I get exactly the same error: Starting GRASS ... Traceback (most recent call last): File /usr/local/grass-6.3.0svn/etc/wxpython/gis_set.py, line 710, in module GRASSStartUp = StartUp(0) File

Re: [GRASS-user] Another error with wxpython GUI in RC6

2008-04-11 Thread Glynn Clements
Peter Gardner wrote: Hi Martin, I checked out revision 30941. ../configure fails with: checking if system supports Large Files at all... yes checking whether to use Python... yes checking for python-config... /usr/bin/python-config checking for Python.h... yes checking for swig... no