Opened 16 years ago
Closed 16 years ago
#552 closed defect (fixed)
add vector map layer in layer manager doesn't show any paramter window
Reported by: | pinzonef | Owned by: | martinl |
---|---|---|---|
Priority: | critical | Milestone: | 6.4.0 |
Component: | Vector | Version: | unspecified |
Keywords: | Cc: | grass-dev@… | |
CPU: | x86-32 | Platform: | MSWindows XP |
Description
command output content:
Traceback (most recent call last):
File "C:/GRASS/etc/wxpython/wxgui.py", line 1395, in
self.curr_page.maptree.AddLayer('vector')
File "C:\GRASS\etc\wxpython\gui_modules\wxgui_utils.py",
line 776, in AddLayer
self.PropertiesDialog(layer, show=True)
File "C:\GRASS\etc\wxpython\gui_modules\wxgui_utils.py",
line 868, in PropertiesDialog
parentframe=self)
File "C:\GRASS\etc\wxpython\gui_modules\menuform.py", line
1716, in ParseCommand
xml.sax.parseString( getInterfaceDescription(cmd[0]), handler )
File "C:\GRASS\etc\wxpython\gui_modules\init.py", line
49, in parseString
File "C:\Programs\GIS\OSGeo4W\apps\Python25\lib\xml\sax\ex
patreader.py", line 107, in parse
File "C:\Programs\GIS\OSGeo4W\apps\Python25\lib\xml\sax\xm
lreader.py", line 123, in parse
File "C:\Programs\GIS\OSGeo4W\apps\Python25\lib\xml\sax\ex
patreader.py", line 211, in feed
File "C:\Programs\GIS\OSGeo4W\apps\Python25\lib\xml\sax\ha
ndler.py", line 38, in fatalError xml.sax._exceptions . SAXParseException : <unknown>:83:34: not well-formed (invalid token)
Change History (3)
follow-up: 2 comment:1 by , 16 years ago
comment:2 by , 16 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Replying to cnielsen:
I assume this is from the native installer? By any chance were you using a non-english language? As I posted to the grass-dev list yesterday, this has been reported by a couple other people as well. Hopefully someone with better python knowledge than I will be able to identify the problem.
hopefully fixed in r36789.
Martin
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I assume this is from the native installer? By any chance were you using a non-english language? As I posted to the grass-dev list yesterday, this has been reported by a couple other people as well. Hopefully someone with better python knowledge than I will be able to identify the problem.