Ticket #1181 (closed defect: fixed)
r.le.setup fails on WinGRASS due to missing xterm
| Reported by: | msieczka | Owned by: | grass-dev@… |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.4.2 |
| Component: | wxGUI | Version: | svn-releasebranch64 |
| Keywords: | wingrass, r.le.setup | Cc: | |
| Platform: | MSWindows XP | CPU: | All |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.
