R: [GRASS-dev] WinGRASS-6.3.0RC6: First Impressions

2008-03-26 Thread Marco Pasetti
Good. Thanks.

Marco 

-Messaggio originale-
Da: Glynn Clements [mailto:[EMAIL PROTECTED] 
Inviato: mercoledì 26 marzo 2008 23.23
A: Marco Pasetti
Cc: GRASS Developer Mailing List
Oggetto: Re: [GRASS-dev] WinGRASS-6.3.0RC6: First Impressions


Marco Pasetti wrote:

> I just built RC6; first impressions:
> 
> 1) make procedure fails creating symbolic links d.paint.labels, r.cats 
> and p.out.vrml; as temporary solution I fixed the problem manually 
> creating symbolic links after make procedure; it seems that MinGW 
> needs the full path for both target and link name...

I have replaced those three symlinks with scripts.

--
Glynn Clements <[EMAIL PROTECTED]>

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


Re: [GRASS-dev] WinGRASS-6.3.0RC6: First Impressions

2008-03-26 Thread Glynn Clements

Marco Pasetti wrote:

> I just built RC6; first impressions:
> 
> 1) make procedure fails creating symbolic links d.paint.labels, r.cats and
> p.out.vrml; as temporary solution I fixed the problem manually creating
> symbolic links after make procedure; it seems that MinGW needs the full path
> for both target and link name...

I have replaced those three symlinks with scripts.

-- 
Glynn Clements <[EMAIL PROTECTED]>
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


Re: [GRASS-dev] WinGRASS-6.3.0RC6: First Impressions

2008-03-26 Thread Martin Landa
Marco,

2008/3/26, Martin Landa <[EMAIL PROTECTED]>:
> >  4) I started the new python GUI: the first screen is OK (very beautiful...
>  >  but the fonts seem to be a little bit too small for me... probably I need
>  >  new glasses :-D), but loading a mapset it returns an error and exits; the
>  >  first time it reported and error with a *classic* windows message box, 
> then,
>  >  when I restarted it, it displayed the following *only MSYS* message:
>  >
>  >  [EMAIL PROTECTED] /usr/local/bin
>  >  $ grass63 -wxpython
>  >  Cleaning up temporary files.
>  >  Starting GRASS ...
>  >  Traceback (most recent call last):
>  >   File "C:/MSYS/local/grass-6.3.0RC6/etc/wxpython/gis_set.py", line 31, in
>  >  
>  > from gui_modules import globalvar
>  >   File 
> "C:\MSYS\local\grass-6.3.0RC6\etc\wxpython\gui_modules\globalvar.py",
>  >  line 27, in 
>  > import wx
>  >   File
>  >  "C:\DevTools\Python\Lib\site-packages\wx-2.8-msw-unicode\wx\__init__.py",
>  >  line 45, in 
>  > from wx._core import *
>  >   File
>  >  "C:\DevTools\Python\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", 
> line
>  >  14526, in 
>  > from _windows import *
>  >  ValueError: bad marshal data
>  >  Error in GUI startup. If necessary, please
>  >  report this error to the GRASS developers.
>  >  Switching to text mode now.
>  >  Hit RETURN to continue...
>
>
> it is strange, for me it works (I guess we have the same version of
>  Python and wxPython -- since I have followed your guide). Tested on
>  Win XP.

the "bad marshal data" error message may be result of having one
python version compile code into .pyc or .pyo files, and having a
different version run those files...

Martin

-- 
Martin Landa  * http://gama.fsv.cvut.cz/~landa *
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


Re: [GRASS-dev] WinGRASS-6.3.0RC6: First Impressions

2008-03-26 Thread Martin Landa
Hi,

2008/3/26, Marco Pasetti <[EMAIL PROTECTED]>:
>  4) I started the new python GUI: the first screen is OK (very beautiful...
>  but the fonts seem to be a little bit too small for me... probably I need
>  new glasses :-D), but loading a mapset it returns an error and exits; the
>  first time it reported and error with a *classic* windows message box, then,
>  when I restarted it, it displayed the following *only MSYS* message:
>
>  [EMAIL PROTECTED] /usr/local/bin
>  $ grass63 -wxpython
>  Cleaning up temporary files.
>  Starting GRASS ...
>  Traceback (most recent call last):
>   File "C:/MSYS/local/grass-6.3.0RC6/etc/wxpython/gis_set.py", line 31, in
>  
> from gui_modules import globalvar
>   File "C:\MSYS\local\grass-6.3.0RC6\etc\wxpython\gui_modules\globalvar.py",
>  line 27, in 
> import wx
>   File
>  "C:\DevTools\Python\Lib\site-packages\wx-2.8-msw-unicode\wx\__init__.py",
>  line 45, in 
> from wx._core import *
>   File
>  "C:\DevTools\Python\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line
>  14526, in 
> from _windows import *
>  ValueError: bad marshal data
>  Error in GUI startup. If necessary, please
>  report this error to the GRASS developers.
>  Switching to text mode now.
>  Hit RETURN to continue...

it is strange, for me it works (I guess we have the same version of
Python and wxPython -- since I have followed your guide). Tested on
Win XP.

Martin

-- 
Martin Landa  * http://gama.fsv.cvut.cz/~landa *
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


Re: R: [GRASS-dev] WinGRASS-6.3.0RC6: First Impressions

2008-03-26 Thread Markus Neteler
Please patch
http://trac.osgeo.org/grass/browser/grass-web/trunk/grass63/binary/mswindows/README.html

for this...
(see http://trac.osgeo.org/grass/wiki/DownloadSource how to get the Web pages
from SVN)

thanks
Markus

On Wed, Mar 26, 2008 at 10:46 PM, Marco Pasetti <[EMAIL PROTECTED]> wrote:
>
>  Hi Gerald,
>
>  Yes, sure!
>
>  Marco
>
>
>  -Messaggio originale-
>  Da: Gerald Nelson [mailto:[EMAIL PROTECTED]
>  Inviato: mercoledì 26 marzo 2008 22.29
>  A: 'Marco Pasetti'; 'GRASS Developer Mailing List'
>  Oggetto: RE: [GRASS-dev] WinGRASS-6.3.0RC6: First Impressions
>
>  Marco, I couldn't figure out how to start RC5 from the msys window. Could
>  you add a couple of sentences in the readme describing the process? Thanks,
>  Jerry
>
>  ___
>  grass-dev mailing list
>  grass-dev@lists.osgeo.org
>  http://lists.osgeo.org/mailman/listinfo/grass-dev
>



-- 
Open Source Geospatial Foundation
http://www.osgeo.org/
http://www.grassbook.org/
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


R: [GRASS-dev] WinGRASS-6.3.0RC6: First Impressions

2008-03-26 Thread Marco Pasetti
 
Hi Gerald,

Yes, sure!

Marco


-Messaggio originale-
Da: Gerald Nelson [mailto:[EMAIL PROTECTED] 
Inviato: mercoledì 26 marzo 2008 22.29
A: 'Marco Pasetti'; 'GRASS Developer Mailing List'
Oggetto: RE: [GRASS-dev] WinGRASS-6.3.0RC6: First Impressions

Marco, I couldn't figure out how to start RC5 from the msys window. Could
you add a couple of sentences in the readme describing the process? Thanks,
Jerry

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


RE: [GRASS-dev] WinGRASS-6.3.0RC6: First Impressions

2008-03-26 Thread Gerald Nelson
Marco, I couldn't figure out how to start RC5 from the msys window. Could
you add a couple of sentences in the readme describing the process? Thanks,
Jerry

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marco Pasetti
Sent: Wednesday, March 26, 2008 3:33 PM
To: GRASS Developer Mailing List
Subject: [GRASS-dev] WinGRASS-6.3.0RC6: First Impressions

Hi,

I just built RC6; first impressions:

1) make procedure fails creating symbolic links d.paint.labels, r.cats and
p.out.vrml; as temporary solution I fixed the problem manually creating
symbolic links after make procedure; it seems that MinGW needs the full path
for both target and link name...

2) About GRASS (from Help menu) works now

3) I opened some exixsting projects, applied some commands and used NVIZ;
all seems to works fine; good job folks! ;-)
More testing is needed, but at the moment I don't have enough time :-(
I'm planning self installer release for tomorrow (with new zipped MSYS
environment, readme files and guide updates)

4) I started the new python GUI: the first screen is OK (very beautiful...
but the fonts seem to be a little bit too small for me... probably I need
new glasses :-D), but loading a mapset it returns an error and exits; the
first time it reported and error with a *classic* windows message box, then,
when I restarted it, it displayed the following *only MSYS* message:

[EMAIL PROTECTED] /usr/local/bin
$ grass63 -wxpython
Cleaning up temporary files.
Starting GRASS ...
Traceback (most recent call last):
  File "C:/MSYS/local/grass-6.3.0RC6/etc/wxpython/gis_set.py", line 31, in

from gui_modules import globalvar
  File "C:\MSYS\local\grass-6.3.0RC6\etc\wxpython\gui_modules\globalvar.py",
line 27, in 
import wx
  File
"C:\DevTools\Python\Lib\site-packages\wx-2.8-msw-unicode\wx\__init__.py",
line 45, in 
from wx._core import *
  File
"C:\DevTools\Python\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line
14526, in 
from _windows import *
ValueError: bad marshal data
Error in GUI startup. If necessary, please
report this error to the GRASS developers.
Switching to text mode now.
Hit RETURN to continue...

That's all at the moment.

Marco

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


[GRASS-dev] WinGRASS-6.3.0RC6: First Impressions

2008-03-26 Thread Marco Pasetti
Hi,

I just built RC6; first impressions:

1) make procedure fails creating symbolic links d.paint.labels, r.cats and
p.out.vrml; as temporary solution I fixed the problem manually creating
symbolic links after make procedure; it seems that MinGW needs the full path
for both target and link name...

2) About GRASS (from Help menu) works now

3) I opened some exixsting projects, applied some commands and used NVIZ;
all seems to works fine; good job folks! ;-)
More testing is needed, but at the moment I don't have enough time :-(
I'm planning self installer release for tomorrow (with new zipped MSYS
environment, readme files and guide updates)

4) I started the new python GUI: the first screen is OK (very beautiful...
but the fonts seem to be a little bit too small for me... probably I need
new glasses :-D), but loading a mapset it returns an error and exits; the
first time it reported and error with a *classic* windows message box, then,
when I restarted it, it displayed the following *only MSYS* message:

[EMAIL PROTECTED] /usr/local/bin
$ grass63 -wxpython
Cleaning up temporary files.
Starting GRASS ...
Traceback (most recent call last):
  File "C:/MSYS/local/grass-6.3.0RC6/etc/wxpython/gis_set.py", line 31, in

from gui_modules import globalvar
  File "C:\MSYS\local\grass-6.3.0RC6\etc\wxpython\gui_modules\globalvar.py",
line 27, in 
import wx
  File
"C:\DevTools\Python\Lib\site-packages\wx-2.8-msw-unicode\wx\__init__.py",
line 45, in 
from wx._core import *
  File
"C:\DevTools\Python\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line
14526, in 
from _windows import *
ValueError: bad marshal data
Error in GUI startup. If necessary, please
report this error to the GRASS developers.
Switching to text mode now.
Hit RETURN to continue...

That's all at the moment.

Marco

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev