[GRASS-user] Windows 6.4.1RCI-1 menus don't run

After installing version 6.4.1RCI-1-Setup for Windows, the menu commands don’t run. This is command console put from g.list

Traceback (most recent call last):

File “C:/GRASS-64/etc/wxpython/wxgui.py”, line 430, in

OnMenuCmd

menuform.GUI().ParseCommand(cmd, parentframe = self)

File “c:\GRASS-64\etc\wxpython\gui_modules\menuform.py”,

line 2051, in ParseCommand

self.grass_task = self.ParseInterface(cmd)

File “c:\GRASS-64\etc\wxpython\gui_modules\menuform.py”,

line 2022, in ParseInterface

tree = etree.fromstring(getInterfaceDescription(cmd[0]))

File “C:\GRASS-64\Python25\lib\xml\etree\ElementTree.py”,

line 963, in XML

parser.feed(text)

File “C:\GRASS-64\Python25\lib\xml\etree\ElementTree.py”,

line 1245, in feed

self._parser.Parse(data, 0)

xml.parsers.expat

.

ExpatError

:

unknown encoding: line 1, column 30

I appreciate any comments. Thank you.

Edgar Pimiento Chamorro
e_pimiento@yahoo.com

On Fri, Feb 18, 2011 at 11:57 PM, Edgar Pimiento <e_pimiento@yahoo.com> wrote:

After installing version 6.4.1RCI-1-Setup for Windows, the menu commands
don't run. This is command console put from g.list

Traceback (most recent call last):
File "C:/GRASS-64/etc/wxpython/wxgui.py", line 430, in
OnMenuCmd
menuform.GUI().ParseCommand(cmd, parentframe = self)
File "c:\GRASS-64\etc\wxpython\gui_modules\menuform.py",
line 2051, in ParseCommand
self.grass_task = self.ParseInterface(cmd)
File "c:\GRASS-64\etc\wxpython\gui_modules\menuform.py",
line 2022, in ParseInterface
tree = etree.fromstring(getInterfaceDescription(cmd[0]))
File "C:\GRASS-64\Python25\lib\xml\etree\ElementTree.py",
line 963, in XML
parser.feed(text)

File "C:\GRASS-64\Python25\lib\xml\etree\ElementTree.py",
line 1245, in feed
self._parser.Parse(data, 0)
xml.parsers.expat
.
ExpatError
:
unknown encoding: line 1, column 30

In which language (locale) did you start GRASS?
Apparently it is a non-English PC...

Markus

Dear Markus,

Thanks for replying. It is an English PC with support for Japanese language.
The installation of the previous version (6.4.0) had no problems. However,
for that, the menu messages were displayed in Japanese. So I deleted the
folder locale/ja and the messages were displayed in English.

With 6.4.1 the module windows are not displayed at all. Even after deleting
the folder locale/ja.

Edgar Pimiento Chamorro
e_pimiento@yahoo.com


From: Markus Neteler neteler@osgeo.org
To: Edgar Pimiento e_pimiento@yahoo.com
Cc: GRASS user list grass-user@lists.osgeo.org
Sent: Sun, February 20, 2011 5:34:13 AM
Subject: Re: [GRASS-user] Windows 6.4.1RCI-1 menus don’t run

On Fri, Feb 18, 2011 at 11:57 PM, Edgar Pimiento <e_pimiento@yahoo.com> wrote:

After installing version 6.4.1RCI-1-Setup for Windows, the menu commands
don’t run. This is command console put from g.list

Traceback (most recent call last):
File “C:/GRASS-64/etc/wxpython/wxgui.py”, line 430, in
OnMenuCmd
menuform.GUI().ParseCommand(cmd, parentframe = self)
File “c:\GRASS-64\etc\wxpython\gui_modules\menuform.py”,
line 2051, in ParseCommand
self.grass_task = self.ParseInterface(cmd)
File “c:\GRASS-64\etc\wxpython\gui_modules\menuform.py”,
line 2022, in ParseInterface
tree = etree.fromstring(getInterfaceDescription(cmd[0]))
File “C:\GRASS-64\Python25\lib\xml\etree\ElementTree.py”,
line 963, in XML
parser.feed(text)

File “C:\GRASS-64\Python25\lib\xml\etree\ElementTree.py”,
line 1245, in feed
self._parser.Parse(data, 0)
xml.parsers.expat
.
ExpatError
:
unknown encoding: line 1, column 30

In which language (locale) did you start GRASS?
Apparently it is a non-English PC…

Markus