Opened 15 years ago

Closed 15 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

AddVector

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)

comment:1 by cnielsen, 15 years ago

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.

in reply to:  1 comment:2 by martinl, 15 years ago

Cc: grass-dev@… added
Owner: changed from grass-dev@… to martinl
Status: newassigned

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 martinl, 15 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.