Re: [GRASS-user] problems starting wxPython gui using wingrass

2008-01-17 Thread Michael Barton
I'm glad that you're finally getting the correct code. I'm confused about it's availability too. Please let us know how it runs once you can get it and test it. Michael C. Michael Barton, Professor of Anthropology Director of Graduate Studies School of Human Evolution

Re: [GRASS-user] problems starting wxPython gui using wingrass

2008-01-17 Thread nikos . alexandris
wxgrass doesn't work. Error's after make below. Following modules are missing the 'description.html' file in src code: -- GRASS GIS compilation log - Started compilation: Thu Jan 17 16:20:58 CET 2008 --

Re: [GRASS-user] problems starting wxPython gui using wingrass

2008-01-17 Thread Michael Barton
Nikos, You need to CD to each directory with a problem and type make to see what kind of errors you're getting. It looks like you've got errors in several modules. Michael C. Michael Barton, Professor of Anthropology Director of Graduate Studies School of Human

Re: [GRASS-user] problems starting wxPython gui using wingrass

2008-01-17 Thread Martin Landa
Hi, related to wxpython make -C vdigit || echo /usr/local/src/grass_trunk/gui/wxpython/vdigit /usr/lo cal/src/grass_trunk/error.log make[1]: Entering directory `/usr/local/src/grass_trunk/gui/wxpython/vdigit' Makefile:27: warning: overriding commands for target `clean'

Re: [GRASS-user] problems starting wxPython gui using wingrass

2008-01-17 Thread William Kyngesburye
If the digitizing module needs SWIG to compile, I suggest that the developers of the digitizing module do the SWIG processing and have those preprocessed files in the source, so that endusers compiling GRASS don't have to worry about yet another developer-only extra. I don't know how

Re: [GRASS-user] problems starting wxPython gui using wingrass

2008-01-17 Thread nikos . alexandris
FYI attached all (4) errors as a text file. On Thu, 17 Jan 2008 09:00:31 -0700 Michael Barton [EMAIL PROTECTED] wrote: Nikos, You need to CD to each directory with a problem and type make to see what kind of errors you're getting. It looks like you've got errors in several modules.

Re: [GRASS-user] problems starting wxPython gui using wingrass

2008-01-17 Thread Martin Landa
Hi, due to the problems, I disabled compiling vdigit by default for now. It can be compiled manually, see README for detailed information. http://trac.osgeo.org/grass/changeset/29739 Martin 2008/1/17, [EMAIL PROTECTED] [EMAIL PROTECTED]: Thanks a lot! I will check this out later... or maybe

Re: [GRASS-user] problems starting wxPython gui using wingrass

2008-01-17 Thread nikos . alexandris
Thanks a lot! I will check this out later... or maybe tomorrow! On Thu, 17 Jan 2008 18:49:05 +0100 Martin Landa [EMAIL PROTECTED] wrote: Hi, related to wxpython make -C vdigit || echo /usr/local/src/grass_trunk/gui/wxpython/vdigit /usr/lo cal/src/grass_trunk/error.log make[1]:

Re: [GRASS-user] problems starting wxPython gui using wingrass

2008-01-17 Thread Michael Barton
I have no idea about the others. But the wxPython errors are because you need to install swig and configure --with-python in order to create the new digitizing module. The rest of the gui looks like it's OK. Michael __ Michael Barton, Professor Professor of

Re: [GRASS-user] problems starting wxPython gui using wingrass

2008-01-16 Thread Michael Barton
On Jan 16, 2008, at 1:30 PM, [EMAIL PROTECTED] wrote: Date: Wed, 16 Jan 2008 13:17:17 -0600 From: Gerald Nelson [EMAIL PROTECTED] Subject: [GRASS-user] problems starting wxPython gui using wingrass To: 'grass list' [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Content-Type: text/plain

Re: [GRASS-user] problems starting wxPython gui using wingrass

2008-01-16 Thread Nikos Alexandris
From: Gerald Nelson [EMAIL PROTECTED] Subject: [GRASS-user] problems starting wxPython gui using wingrass To: 'grass list' [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=us-ascii I thought I'd try the wxPython gui with wingrass. I downloaded

Re: [GRASS-user] problems starting wxPython gui using wingrass

2008-01-16 Thread Martin Landa
Hi, hm, maybe we should remove old wxpython code from 6_3 branch or to copy the code from trunk before 6.3.0 will be released. To avoid confusion... Anyway for testing GUI use trunk (or in the future 6_4 branch). Martin 2008/1/16, Martin Landa [EMAIL PROTECTED]: Hi, just small notes...

RE: [GRASS-user] problems starting wxPython gui using wingrass

2008-01-16 Thread Gerald Nelson
] On Behalf Of Michael Barton Sent: Wednesday, January 16, 2008 2:42 PM To: grass-user@lists.osgeo.org Subject: Re: [GRASS-user] problems starting wxPython gui using wingrass On Jan 16, 2008, at 1:30 PM, [EMAIL PROTECTED] wrote: Date: Wed, 16 Jan 2008 13:17:17 -0600 From: Gerald Nelson [EMAIL

Re: [GRASS-user] problems starting wxPython gui using wingrass

2008-01-16 Thread Michael Barton
? Cheers, Nikos. On Wed, 2008-01-16 at 13:42 -0700, Michael Barton wrote: On Jan 16, 2008, at 1:30 PM, [EMAIL PROTECTED] wrote: Date: Wed, 16 Jan 2008 13:17:17 -0600 From: Gerald Nelson [EMAIL PROTECTED] Subject: [GRASS-user] problems starting wxPython gui using wingrass To: 'grass list' [EMAIL

Re: [GRASS-user] problems starting wxPython gui using wingrass

2008-01-16 Thread Michael Barton
Right. Michael __ Michael Barton, Professor Professor of Anthropology Director of Graduate Studies School of Human Diversity Social Change Center for Social Dynamics Complexity Arizona State University Tempe, AZ 85287-2402 USA voice: 480-965-6262; fax:

Re: [GRASS-user] problems starting wxPython gui using wingrass

2008-01-16 Thread Martin Landa
Hi, 2008/1/16, Martin Landa [EMAIL PROTECTED]: hm, maybe we should remove old wxpython code from 6_3 branch or to copy the code from trunk before 6.3.0 will be released. To avoid confusion... so if there are no objections I will remove old wxpython code from releasebranch_6_3... Martin --

Re: [GRASS-user] problems starting wxPython gui using wingrass

2008-01-16 Thread Moritz Lennert
On Wed, January 16, 2008 23:30, Michael Barton wrote: As Martin explained better than I, there is old code in the release branch. But if you update from the SVN trunk, you don't need to copy the wxPython GUI code anywhere. It is already where it is supposed to go. I just looked at the

Re: [GRASS-user] problems starting wxPython gui using wingrass

2008-01-16 Thread Moritz Lennert
On Thu, January 17, 2008 00:28, Michael Barton wrote: Nikos, These are in the trunk. I'm not sure why they are not in 6.3.0RC4. As Martin mentioned, the 6.3 branch contains outdated files. See http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_3/gui/wxpython which do not lead