Opened 17 years ago
Closed 17 years ago
#59 closed defect (fixed)
r.colors in wxpython gui fails
Reported by: | wolf | Owned by: | martinl |
---|---|---|---|
Priority: | critical | Milestone: | 6.3.0 |
Component: | Python | Version: | svn-trunk |
Keywords: | wxGUI | Cc: | grass-dev@… |
CPU: | Unspecified | Platform: | Unspecified |
Description
The following error message shows up:
Traceback (most recent call last): File "/opt/gis/grass-6.3.svn/etc/wxpython/wxgui.py", line 792, in RulesCmd dlg = rules.RulesText(self, cmd=command) File "/opt/gis/grass-6.3.svn/etc/wxpython/gui_modules/rules.py", line 72, in __init__ label = wx.StaticText(self, wx.ID_ANY, label1) UnboundLocalError: local variable 'label1' referenced before assignment
My system is Debian Etch
--Wolf
Same with other similar "interactive" versions of r.rescale and r.recode.
Change History (3)
comment:1 by , 17 years ago
Cc: | added |
---|---|
Keywords: | wxGUI added |
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 17 years ago
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Now should be fixed in SVN trunk, r30323.
Martin