grass70-x11 runtime error (7.0.2) SOLVED

GRASS-7.0.app does not start up.

So, I run grass fro Terminal.app:

baba-no-iMac:MacOS$ cd /sw/Applications/GRASS-7.0.app/Contents/MacOS/
baba-no-iMac:MacOS$ ./grass.sh
Rebuilding Addon HTML manual pages index...
Rebuilding Addon menu...
Python 2.7.10 found.
Starting GRASS GIS...



^CTraceback (most recent call last):
File "./grass70", line 1437, in
set_data()
File "./grass70", line 675, in set_data
gui_startup(grass_gui == 'gtext')
File "./grass70", line 684, in gui_startup
ret = call([os.getenv('GRASS_PYTHON'), gfile(wxpython_base, "gis_set.py")])
File "./grass70", line 154, in call
return subprocess.call(cmd, **kwargs)
File "/sw/lib/python2.7/subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "/sw/lib/python2.7/subprocess.py", line 1384, in wait
pid, sts = _eintr_retry_call(os.waitpid, self.pid, 0)
File "/sw/lib/python2.7/subprocess.py", line 476, in _eintr_retry_call
return func(*args)
KeyboardInterrupt
baba-no-iMac:MacOS baba$ ./grass70
Starting GRASS GIS...
python: can't open file '/sw/src/fink.build/grass70-x11-7.0.2-1/grass-7.0.2/Applications/GRASS-7.0.app/Contents/MacOS/gui/wxpython/gis_set.py': [Errno 2] No such file or directory
Received EXIT message from GUI.
GRASS is not started. Bye.
baba-no-iMac:MacOS baba$







baba-no-iMac:MacOS baba$ ./grass70 
Starting GRASS GIS...
WARNING: The python command does not work as expected!
Please check your GRASS_PYTHON environment variable.
Use the -help option for details.
Switching to text based interface mode.

Hit RETURN to continue.


ERROR: Path '/sw/Applications/GRASS-7.0.app/Contents/MacOS//' doesn't exist
Exiting...
baba-no-iMac:MacOS baba$


Where does come from?

baba-no-iMac:MacOS baba$ grep -r "" *
grass70:LOCATION_NAME:
grass70:MAPSET:
gui/wxpython/gis_set.py: if location == "":
gui/wxpython/gis_set.py: if StartUp.GetRCValue("LOCATION_NAME") == "":
Binary file gui/wxpython/gis_set.pyc matches
Binary file gui/wxpython/gis_set.pyo matches


There seems an error, but GRASS-7.0.app now starts up (,although Japanese characters are not shown).