Re: [GRASS-user] grass 7 and ubuntu start up

2010-04-05 Thread Nikos Alexandris
Matthew Mulbrandon a écrit :
  Just installed grass 7.0 using the latest snapshot binary march 20
  (grass7.0.svn-i686-pc-linux-gnu-20_03_2010) and ubuntu 9.10.

How did you install grass70?

I type in
  grass70 in the shell and nothing happens. No error but also no gui. I
  try some gui commands and it says command not found. Nothing really
  works but the program seems to activate.
  I use grass 6.4 often but am at a loss as to what the problem is.

On Thu, 2010-03-25 at 14:31 +0100, Vincent Bain wrote:
 Hi Matthew, just an idea : did you check if grass70 exists in your path and 
 if so,
 is it executable (you can type sth like ls -l /usr/bin/grass* in a term)

Also:

#whereis
whereis grass70

# more options
sudo updatedb # update db for locate

# use locate
locate grass70

Nikos

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


RE: [GRASS-user] grass 7 and ubuntu start up

2010-04-05 Thread Matthew Mulbrandon

Ok this is the error when I start the latest grass7 in ubuntu 9.10 (from below)
matt...@matthew-laptop:~$ grass70

WELCOME TO GRASS  Version 7.0.svn 2010

   1) Have at your side all available GRASS tutorials

   2) When working on your location, the following materials
  are extremely useful:
  - A topo map of your area
  - Current catalog of available computer maps

   3) Check the GRASS webpages for feedback mailinglists and more:
  http://www.grass-gis.org
  http://grass.osgeo.org

Hit RETURN to continue
 
Starting GRASS ...
Traceback (most recent call last):
  File 
/usr/local/grass7.0.svn-i686-pc-linux-gnu-20_03_2010/etc/wxpython/gis_set.py, 
line 825, in module
GRASSStartUp = StartUp(0)
  File /usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py, line 
7978, in __init__
self._BootstrapApp()
  File /usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py, line 
7552, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File 
/usr/local/grass7.0.svn-i686-pc-linux-gnu-20_03_2010/etc/wxpython/gis_set.py, 
line 796, in OnInit
StartUp = GRASSStartup()
  File 
/usr/local/grass7.0.svn-i686-pc-linux-gnu-20_03_2010/etc/wxpython/gis_set.py, 
line 163, in __init__
self._set_properties()
  File 
/usr/local/grass7.0.svn-i686-pc-linux-gnu-20_03_2010/etc/wxpython/gis_set.py, 
line 210, in _set_properties
self.OnSetDatabase(None)
  File 
/usr/local/grass7.0.svn-i686-pc-linux-gnu-20_03_2010/etc/wxpython/gis_set.py, 
line 655, in OnSetDatabase
self.UpdateLocations(self.gisdbase)
  File 
/usr/local/grass7.0.svn-i686-pc-linux-gnu-20_03_2010/etc/wxpython/gis_set.py, 
line 533, in UpdateLocations
self.listOfLocations = utils.GetListOfLocations(dbase)
  File 
/usr/local/grass7.0.svn-i686-pc-linux-gnu-20_03_2010/etc/wxpython/gui_modules/utils.py,
 line 557, in GetListOfLocations
for location in glob.glob(os.path.join(dbase, *)):
  File /usr/lib/python2.6/glob.py, line 16, in glob
return list(iglob(pathname))
  File /usr/lib/python2.6/glob.py, line 43, in iglob
yield os.path.join(dirname, name)
  File /usr/lib/python2.6/posixpath.py, line 70, in join
path += '/' + b
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 2: ordinal 
not in range(128)
Error in GUI startup. If necessary, please
report this error to the GRASS developers.
Switching to text mode now.

Hit RETURN to continue...


mkdir: cannot create directory `/tmp/grass7-matthew-11707': File exists
Cannot create temporary directory! Exiting.
Cleaning up temporary files ...
access: No such file or directory
ERROR: LOCATION  /home/matthew/UNKNOWN  not available
Starting GRASS ...
/home/matthew/UNKNOWN/UNKNOWN/.gislock: No such file or directory
ERROR: /usr/local/grass7.0.svn-i686-pc-linux-gnu-20_03_2010/etc/lock:
Unable to properly access /home/matthew/UNKNOWN/UNKNOWN/.gislock
Please notify system personel.
matt...@matthew-laptop:~$ ^C
matt...@matthew-laptop:~$ 


Again any help would be great as I do not know were to start. 

Thanks,

Matthew

 Subject: Re: [GRASS-user] grass 7 and ubuntu start up
 From: nikos.alexand...@felis.uni-freiburg.de
 To: b...@toraval.fr
 CC: mulb...@hotmail.com; grass-user@lists.osgeo.org
 Date: Mon, 5 Apr 2010 23:41:42 +0200
 
 Matthew Mulbrandon a écrit :
   Just installed grass 7.0 using the latest snapshot binary march 20
   (grass7.0.svn-i686-pc-linux-gnu-20_03_2010) and ubuntu 9.10.
 
 How did you install grass70?
 
 I type in
   grass70 in the shell and nothing happens. No error but also no gui. I
   try some gui commands and it says command not found. Nothing really
   works but the program seems to activate.
   I use grass 6.4 often but am at a loss as to what the problem is.
 
 On Thu, 2010-03-25 at 14:31 +0100, Vincent Bain wrote:
  Hi Matthew, just an idea : did you check if grass70 exists in your path and 
  if so,
  is it executable (you can type sth like ls -l /usr/bin/grass* in a term)
 
 Also:
 
 #whereis
 whereis grass70
 
 # more options
 sudo updatedb # update db for locate
 
 # use locate
 locate grass70
 
 Nikos
 
  
_
The New Busy is not the old busy. Search, chat and e-mail from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_3___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] grass 7 and ubuntu start up

2010-03-25 Thread Matthew Mulbrandon

Hello,

Just installed grass 7.0 using the latest snapshot binary march 20 
(grass7.0.svn-i686-pc-linux-gnu-20_03_2010) and ubuntu 9.10. I type in grass70 
in the shell and nothing happens. No error but also no gui. I try some gui 
commands and it says command not found. Nothing really works but the program 
seems to activate.

I use grass 6.4 often but am at a loss as to what the problem is. 

Thanks,

Matthew 


 grass-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/grass-user
  
_
The New Busy is not the old busy. Search, chat and e-mail from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID27925::T:WLMTAGL:ON:WL:en-US:WM_HMP:032010_3___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] grass 7 and ubuntu start up

2010-03-25 Thread Vincent Bain
Hi Matthew,
just an idea : did you check if grass70 exists in your path and if so,
is it executable (you can type sth like ls -l /usr/bin/grass* in a term)


Yours,
Vincent.

Le jeudi 25 mars 2010 à 12:24 +, Matthew Mulbrandon a écrit :
 Hello,
 
 Just installed grass 7.0 using the latest snapshot binary march 20
 (grass7.0.svn-i686-pc-linux-gnu-20_03_2010) and ubuntu 9.10. I type in
 grass70 in the shell and nothing happens. No error but also no gui. I
 try some gui commands and it says command not found. Nothing really
 works but the program seems to activate.
 
 I use grass 6.4 often but am at a loss as to what the problem is. 
 
 Thanks,
 
 Matthew 
 
 
  grass-user@lists.osgeo.org
  http://lists.osgeo.org/mailman/listinfo/grass-user
 
 
 __
 The New Busy is not the old busy. Search, chat and e-mail from your
 inbox. Get started.
 ___
 grass-user mailing list
 grass-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/grass-user


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