Opened 10 years ago
Closed 10 years ago
#2603 closed defect (fixed)
grass 7 startup problem
Reported by: | neuba | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.1 |
Component: | Startup | Version: | 7.0.0 |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | Unspecified |
Description (last modified by )
We have grass 7 startup problem in windows 8.
Cleaning up temporary files... Starting GRASS GIS... ATTENTION: Le verrouillage concurrent de jeux de cartes n'est pas pris en charge dans Windows __________ ___ __________ _______________ / ____/ __ \/ | / ___/ ___/ / ____/ _/ ___/ / / __/ /_/ / /| | \__ \\_ \ / / __ / / \__ \ / /_/ / _, _/ ___ |___/ /__/ / / /_/ // / ___/ / \____/_/ |_/_/ |_/____/____/ \____/___//____/ Welcome to GRASS GIS 7.0.0 GRASS GIS homepage: http://grass.osgeo.org This version running through: Bourne Shell (C:\Program Files (x86)\GR ASS GIS 6.4.4\msys\bin\sh.exe) Help is available with the command: g.manual -i See the licence terms with: g.version -c Start the GUI with: g.gui wxpython When ready to quit enter: exit
Traceback (most recent call last): File "C:\Program Files (x86)\GRASS GIS 7.0.0\etc\grass70.py", line 1468, in <m odule> default_startup() File "C:\Program Files (x86)\GRASS GIS 7.0.0\etc\grass70.py", line 1158, in de fault_startup exit_val = subprocess.call([os.getenv('SHELL')]) File "C:\Program Files (x86)\GRASS GIS 7.0.0\Python27\lib\subprocess.py", line 524, in call return Popen(*popenargs, **kwargs).wait() File "C:\Program Files (x86)\GRASS GIS 7.0.0\Python27\lib\subprocess.py", line 711, in __init__ errread, errwrite) File "C:\Program Files (x86)\GRASS GIS 7.0.0\Python27\lib\subprocess.py", line 948, in _execute_child startupinfo) WindowsError: [Error 2] Le fichier spécifié est introuvable Appuyez sur une touche pour continuer... File "c:\program files\GRASS 7.0\etc\grass70.py" line 1468, in <module>
Change History (6)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|
comment:2 by , 10 years ago
Component: | Default → Startup |
---|
comment:3 by , 10 years ago
follow-up: 5 comment:4 by , 10 years ago
I have both Grass 7 and Grass 6.4 installed on my computer. How can solve this problem.
follow-up: 6 comment:5 by , 10 years ago
Replying to neuba:
I have both Grass 7 and Grass 6.4 installed on my computer. How can solve this problem.
Did you install GRASS using standalone installer or via OSGeo4W?
comment:6 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to martinl:
Replying to neuba:
I have both Grass 7 and Grass 6.4 installed on my computer. How can solve this problem.
Did you install GRASS using standalone installer or via OSGeo4W?
I used GRASS using standalone. I solve the problem by deleting GIBASE and GRASS_SH in environment of my computer. It is possible to set these variable for both grass 6.4 and grass 7.0 Bye
First of all:
this is very strange.
1) default prompt is cmd.exe for GRASS 7
2) your shell points to version 6.4.4
I guess it's source of problem.