Re: [GRASS-user] Error whule running i.ortho.photo

2010-01-21 Thread Nikos Dumakis
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 ?

Thanks

Best regards,
Nikos

On Tue, Jan 19, 2010 at 8:00 PM, Hamish hamis...@yahoo.com wrote:

 Nikos wrote:
  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
 ...
  Debug.msg (3, Command( ): cmd='%s',
  wait=%s, returncode=%d,alive=%s %
  \TypeError:sequence
  item 2: exepected string, list found
 
  Any ideas of what is wrong?


 try turning off debug messages.

 g.gisenv set=DEBUG=0


 Hamish





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


Re: [GRASS-user] Error whule running i.ortho.photo

2010-01-21 Thread Hamish
Nikos Dumakis wrote:
 Regarding this:I defined: g.gisenv set=DEBUG=0And 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.


Hamish



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


[GRASS-user] Error whule running i.ortho.photo

2010-01-19 Thread Nikos Dumakis
Greetings all

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

Any ideas of what is wrong?

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


Re: [GRASS-user] Error whule running i.ortho.photo

2010-01-19 Thread Hamish
Nikos wrote:
 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
...
 Debug.msg (3, Command( ): cmd='%s',
 wait=%s, returncode=%d,alive=%s %
 \TypeError:sequence
 item 2: exepected string, list found
 
 Any ideas of what is wrong?


try turning off debug messages.

g.gisenv set=DEBUG=0


Hamish



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