I’m running GRASS 6.4-svn in a Linux Machine (CENT OS) and I needed to run i.ortho.photo but I got this error:
Exception in thread Thread-8:
Traceback (most recent call last):
File “/usr/lib64/python2.4/threading.py”, line 442, in
__bootstrap
self.run( )
File “/usr/local/grass-5.4.0svn/etc/wxpython/gui_modules/g
cmd.py”, line 528, in run
stderr=subprocess.PIPE)
File “/usr/lib64/python2.4/subprocess.py”, line 550, in init
errread, errwrite)
File “/usr/lib64/python2.4/subprocess.py”, line 993, in
_execute_child
raise child_exception
TypeError: execv( ) arg 2 must contain only strings
Traceback (most recent call last):
File “/usr/local/grass-6.4svn/etc/wxpython/wxgui.py”,
line 1019, in 0nXTerm
p= gcmd.Command(cmdlist)
File “/usr/local/grass-6.4.0svn/etc/wxpython/gui_modules/g
cmd.py”, line 345, in init
Debug.msg (3, “Command( ): cmd=‘%s’, wait=%s, returncode=%d,
alive=%s” %
TypeError
:
sequence item 2: exepected string, list found
Regarding this:I defined: g.gisenv set="DEBUG=0"And I
got this error:
Traceback (most recent call
last): File
"/usr/lib/grass64/etc/wxpython/wxgui.py", line
1005,
in OnXTerm
del
os.environ['GRASS_RENDER_IMMEDIATE'] File
"/usr/lib/python2.6/os.py", line 496, in
__delitem__
del self.data[key]
KeyError:'GRASS_RENDER_IMMEDIATE'
Am I missing some "suggested" package
?
No, it's a bug.
for me in 6.5svn the wx "Command console" won't even let me type the
second = character. It tries to parse it as an option.