Opened 13 years ago
Closed 10 years ago
#1497 closed defect (fixed)
OSGeo4W-GRASS: r.shaded.relief starts Windows XP mode (VM)
| Reported by: | pietror3 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.0.0 |
| Component: | wxGUI | Version: | svn-trunk |
| Keywords: | r.shaded.relief | Cc: | |
| CPU: | x86-64 | Platform: | MSWindows 7 |
Description
Using OSGeo4W-GRASS 7.svn on Windows7-64bit, when starting r.shaded.relief from the wxGUI menu, it starts indeed the Windows XP mode (virtual machine) and does not continue.
Trying instead on command line, I get this error:
GRASS 7.0.svn> r.shaded.relief.py
Traceback (most recent call last):
File "C:\OSGeo4W\apps\grass\grass-7.0.svn/etc/gui/wxpython/gui_modules/menufor
m.py", line 2223, in <module>
task = gtask.grassTask(cmd[0], blackList = _blackList)
File "c:/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/etc/python/grass/scr
ipt/task.py", line 67, in __init__
File "C:\OSGeo4W\apps\Python25\lib\xml\etree\ElementTree.py", line 964, in XML
return parser.close()
File "C:\OSGeo4W\apps\Python25\lib\xml\etree\ElementTree.py", line 1254, in cl
ose
self._parser.Parse("", 1) # end of data
xml.parsers.expat.ExpatError: no element found: line 1, column 0
GRASS 7.0.svn>
Change History (4)
comment:1 by , 11 years ago
| Keywords: | r.shaded.relief added |
|---|
comment:2 by , 11 years ago
comment:3 by , 10 years ago
r.shaded.relief is a C module in G7, so this is probably not an issue anymore at least for G7. Reopen if needed.
comment:4 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Please try r.shaded.relief2 which is the new(er) C implementation which may replace the Python version.