Opened 12 years ago

Closed 11 years ago

#1657 closed defect (fixed)

Loading addon v.strahler produces an error message

Reported by: filipedias Owned by: grass-dev@…
Priority: normal Milestone: 6.4.3
Component: Addons Version: 6.4.2
Keywords: addon, v.strahler Cc:
CPU: x86-64 Platform: MSWindows 7

Description

Loading v.strahler produces an error message:

Traceback (most recent call last):

File "C:\OSGeo4W\apps\grass\grass-6.4.2\etc\wxpython\gui_m

odules\prompt.py", line 1105, in OnKeyPressed

self.parent.RunCmd(cmd)

File "C:\OSGeo4W\apps\grass\grass-6.4.2\etc\wxpython\gui_m

odules\goutput.py", line 523, in RunCmd

task = menuform.GUI(show = None).ParseCommand(command)

File "C:\OSGeo4W\apps\grass\grass-6.4.2\etc\wxpython\gui_m

odules\menuform.py", line 1732, in ParseCommand

blackList = _blackList)

File "C:\OSGeo4W\apps\grass\grass-6.4.2\etc\python\grass\s

cript\task.py", line 460, in parse_interface

tree = etree.fromstring(get_interface_description(name))

File

"C:\OSGeo4W\apps\Python27\lib\xml\etree\ElementTree.py", line 1283, in XML

return parser.close()

File

"C:\OSGeo4W\apps\Python27\lib\xml\etree\ElementTree.py", line 1636, in close

self._raiseerror(v)

File

"C:\OSGeo4W\apps\Python27\lib\xml\etree\ElementTree.py", line 1488, in _raiseerror

raise err xml.etree.ElementTree . ParseError : no element found: line 1, column 0

Change History (3)

comment:1 by neteler, 12 years ago

I tried on Linux, the GUI comes up. Some fixes have been applied one month later than you tried: http://trac.osgeo.org/grass/log/grass-addons/grass6/vector/v.strahler

Please retry with the updated addon.

comment:2 by hamish, 11 years ago

the latest build seems to work ok for me on linux.

Hamish

comment:3 by hamish, 11 years ago

Keywords: v.strahler added
Resolution: fixed
Status: newclosed

assumed fixed by MarkusN's cleanup of the addons repo hierarchy.

Reopen if needed.

Note: See TracTickets for help on using tickets.