[GRASS-dev] [GRASS GIS] #1181: r.le.setup fails on WinGRASS due to
missing xterm
GRASS GIS
trac at osgeo.org
Tue Sep 28 14:53:47 EDT 2010
#1181: r.le.setup fails on WinGRASS due to missing xterm
----------------------+-----------------------------------------------------
Reporter: msieczka | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.1
Component: wxGUI | Version: svn-releasebranch64
Keywords: | Platform: MSWindows XP
Cpu: All |
----------------------+-----------------------------------------------------
In the most recent 6.4 nightly build
http://josef.fsv.cvut.cz/wingrass/grass64/WinGRASS-6.4.SVN-r43715-1-Setup.exe
r.le.setup called from wxGUI fails in following way:
{{{
Traceback (most recent call last):
File "c:/Program
Files/GRASS-64-SVN/etc/wxpython/wxgui.py", line 1011, in
OnXTerm
del os.environ['GRASS_RENDER_IMMEDIATE']
File "C:\Program Files\GRASS-64-SVN\Python25\lib\os.py",
line 441, in __delitem__
del self.data[key.upper()]
KeyError
:
'GRASS_RENDER_IMMEDIATE'
}}}
On Debian Squeeze, built from r43697 of releasebranch_6_4, it starts, but
some error crops out too:
{{{
Traceback (most recent call last):
File "/usr/lib64/python2.6/dist-
packages/wx-2.8-gtk2-unicode/wx/lib/agw/flatnotebook.py",
line 3989, in OnLeftDown
if self._pagesInfoVec[tabIdx].GetEnabled():
IndexError
:
list index out of range
}}}
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1181>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list