[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! :wink:
More testing is needed, but at the moment I don't have enough time :frowning:
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:

Marco@NOTEBOOKMARCO /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
<module>
    from gui_modules import globalvar
  File "C:\MSYS\local\grass-6.3.0RC6\etc\wxpython\gui_modules\globalvar.py",
line 27, in <module>
    import wx
  File
"C:\DevTools\Python\Lib\site-packages\wx-2.8-msw-unicode\wx\__init__.py",
line 45, in <module>
    from wx._core import *
  File
"C:\DevTools\Python\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line
14526, in <module>
    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

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: grass-dev-bounces@lists.osgeo.org
[mailto:grass-dev-bounces@lists.osgeo.org] 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! :wink:
More testing is needed, but at the moment I don't have enough time :frowning:
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:

Marco@NOTEBOOKMARCO /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
<module>
    from gui_modules import globalvar
  File "C:\MSYS\local\grass-6.3.0RC6\etc\wxpython\gui_modules\globalvar.py",
line 27, in <module>
    import wx
  File
"C:\DevTools\Python\Lib\site-packages\wx-2.8-msw-unicode\wx\__init__.py",
line 45, in <module>
    from wx._core import *
  File
"C:\DevTools\Python\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line
14526, in <module>
    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

Hi Gerald,

Yes, sure!

Marco

-----Messaggio originale-----
Da: Gerald Nelson [mailto:gnelson@uiuc.edu]
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

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 <marco.pasetti@alice.it> wrote:

Hi Gerald,

Yes, sure!

Marco

-----Messaggio originale-----
Da: Gerald Nelson [mailto:gnelson@uiuc.edu]
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/

Hi,

2008/3/26, Marco Pasetti <marco.pasetti@alice.it>:

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:

Marco@NOTEBOOKMARCO /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
<module>
    from gui_modules import globalvar
  File "C:\MSYS\local\grass-6.3.0RC6\etc\wxpython\gui_modules\globalvar.py",
line 27, in <module>
    import wx
  File
"C:\DevTools\Python\Lib\site-packages\wx-2.8-msw-unicode\wx\__init__.py",
line 45, in <module>
    from wx._core import *
  File
"C:\DevTools\Python\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line
14526, in <module>
    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 <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa *

Marco,

2008/3/26, Martin Landa <landa.martin@gmail.com>:

> 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:
>
> Marco@NOTEBOOKMARCO /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
> <module>
> from gui_modules import globalvar
> File "C:\MSYS\local\grass-6.3.0RC6\etc\wxpython\gui_modules\globalvar.py",
> line 27, in <module>
> import wx
> File
> "C:\DevTools\Python\Lib\site-packages\wx-2.8-msw-unicode\wx\__init__.py",
> line 45, in <module>
> from wx._core import *
> File
> "C:\DevTools\Python\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line
> 14526, in <module>
> 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 <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa *

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 <glynn@gclements.plus.com>

Good. Thanks.

Marco

-----Messaggio originale-----
Da: Glynn Clements [mailto:glynn@gclements.plus.com]
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 <glynn@gclements.plus.com>

I downloaded and tried to install WinGRASS-6.3.0RC6 on Windows XP.

The main installation proceeds fine, but fails when it is time to install
the sample dataset.

I think this is because the installer is attempting to link to the internet
to fetch the sample dataset, but cannot get through my office's proxy
server.

Is it possible to either;

1) include the sample dataset in the original downloaded installable? or
2) download the dataset seperately?

nick

***********************************************************************
WARNING: This e-mail (including any attachments) may contain legally
privileged, confidential or private information and may be protected by
copyright. You may only use it if you are the person(s) it was intended
to be sent to and if you use it in an authorised way. No one is
allowed to use, review, alter, transmit, disclose, distribute, print
or copy this e-mail without appropriate authority.

If this e-mail was not intended for you and was sent to you by mistake,
please telephone or e-mail me immediately, destroy any hardcopies of
this e-mail and delete it and any copies of it from your computer
system. Any right which the sender may have under copyright law, and
any legal privilege and confidentiality attached to this e-mail is not
waived or destroyed by that mistake.

It is your responsibility to ensure that this e-mail does not contain
and is not affected by computer viruses, defects or interference by
third parties or replication problems (including incompatibility with
your computer system).

Opinions contained in this e-mail do not necessarily reflect the
opinions of the Queensland Department of Main Roads, Queensland
Transport or Maritime Safety Queensland, or endorsed organisations
utilising the same infrastructure.
***********************************************************************

Hi Nicholas,

I downloaded and tried to install WinGRASS-6.3.0RC6 on Windows XP.

I hope you were meaning RC5, I still did not uploaded RC6 installer…

Is it possible to either;

  1. include the sample dataset in the original downloaded installable? or
  2. download the dataset seperately?

The best way would be to fix the installer procedure itself. It’s a good thing that you reported the bug right now, because I’m preparing RC6 release…

Marco


Da: grass-dev-bounces@lists.osgeo.org per conto di nicholas.g.lawrence@mainroads.qld.gov.au
Inviato: ven 28/03/2008 2.33
A: ‘GRASS Developer Mailing List’
Oggetto: [GRASS-dev] WinGRASS-6.3.0RC6

I downloaded and tried to install WinGRASS-6.3.0RC6 on Windows XP.

The main installation proceeds fine, but fails when it is time to install
the sample dataset.

I think this is because the installer is attempting to link to the internet
to fetch the sample dataset, but cannot get through my office’s proxy
server.

Is it possible to either;

  1. include the sample dataset in the original downloaded installable? or
  2. download the dataset seperately?

nick


WARNING: This e-mail (including any attachments) may contain legally
privileged, confidential or private information and may be protected by
copyright. You may only use it if you are the person(s) it was intended
to be sent to and if you use it in an authorised way. No one is
allowed to use, review, alter, transmit, disclose, distribute, print
or copy this e-mail without appropriate authority.

If this e-mail was not intended for you and was sent to you by mistake,
please telephone or e-mail me immediately, destroy any hardcopies of
this e-mail and delete it and any copies of it from your computer
system. Any right which the sender may have under copyright law, and
any legal privilege and confidentiality attached to this e-mail is not
waived or destroyed by that mistake.

It is your responsibility to ensure that this e-mail does not contain
and is not affected by computer viruses, defects or interference by
third parties or replication problems (including incompatibility with
your computer system).

Opinions contained in this e-mail do not necessarily reflect the
opinions of the Queensland Department of Main Roads, Queensland
Transport or Maritime Safety Queensland, or endorsed organisations
utilising the same infrastructure.



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