[GRASS-dev] [GRASS GIS] #1630: g.gui error on startup of March 24th 6.4.3 snapshot

GRASS GIS trac at osgeo.org
Wed Jun 13 10:34:19 PDT 2012


#1630: g.gui error on startup of March 24th 6.4.3 snapshot
----------------------------+-----------------------------------------------
 Reporter:  epatton         |       Owner:  grass-dev@…              
     Type:  defect          |      Status:  new                      
 Priority:  normal          |   Milestone:  6.4.3                    
Component:  wxGUI           |     Version:  svn-releasebranch64      
 Keywords:  wxGUI, startup  |    Platform:  Linux                    
      Cpu:  x86-64          |  
----------------------------+-----------------------------------------------

Comment(by grruddy):

 I am getting a similar error. I installed GRASS 6.4.2 on a SLES 10 system
 with no problem. Now, I am attempting to install GRASS 6.4.2 on a RHEL 6
 system, but am getting the following error upon startup.

 GRASS 6.4.2 > Traceback (most recent call last):
   File
 "/usr/local/intel64/nehalem/gcc/grass-6.4.2/grass-6.4.2/etc/wxpython/wxgui.py",
 line 1721, in <module>
     sys.exit(main())
   File
 "/usr/local/intel64/nehalem/gcc/grass-6.4.2/grass-6.4.2/etc/wxpython/wxgui.py",
 line 1714, in main
     app = GMApp(workspaceFile)
   File
 "/usr/local/intel64/nehalem/gcc/grass-6.4.2/grass-6.4.2/etc/wxpython/wxgui.py",
 line 1605, in __init__
     wx.App.__init__(self, False)
   File "/usr/local/wx/wxWidgets-2.8.12.1/site-
 packages/lib64/python/wx-2.8-gtk2-unicode/wx/_core.py", line 7981, in
 __init__
     self._BootstrapApp()
   File "/usr/local/wx/wxWidgets-2.8.12.1/site-
 packages/lib64/python/wx-2.8-gtk2-unicode/wx/_core.py", line 7555, in
 _BootstrapApp
     return _core_.PyApp__BootstrapApp(*args, **kwargs)
   File
 "/usr/local/intel64/nehalem/gcc/grass-6.4.2/grass-6.4.2/etc/wxpython/wxgui.py",
 line 1657, in OnInit
     workspace = self.workspaceFile)
   File
 "/usr/local/intel64/nehalem/gcc/grass-6.4.2/grass-6.4.2/etc/wxpython/wxgui.py",
 line 128, in __init__
     self._createMenuBar()
   File
 "/usr/local/intel64/nehalem/gcc/grass-6.4.2/grass-6.4.2/etc/wxpython/wxgui.py",
 line 232, in _createMenuBar
     self.menubar = menu.Menu(parent = self, data = menudata.ManagerData())
   File
 "/usr/local/intel64/nehalem/gcc/grass-6.4.2/grass-6.4.2/etc/wxpython/gui_modules/menudata.py",
 line 202, in __init__
     MenuData.__init__(self, filename)
   File
 "/usr/local/intel64/nehalem/gcc/grass-6.4.2/grass-6.4.2/etc/wxpython/gui_modules/menudata.py",
 line 49, in __init__
     self.tree = etree.parse(filename)
   File "/usr/lib64/python2.6/xml/etree/ElementTree.py", line 862, in parse
     tree.parse(source, parser)
   File "/usr/lib64/python2.6/xml/etree/ElementTree.py", line 586, in parse
     parser.feed(data)
   File "/usr/lib64/python2.6/xml/etree/ElementTree.py", line 1245, in feed
     self._parser.Parse(data, 0)
 SystemError: Objects/listobject.c:126: bad argument to internal function


 The only difference I can identify is that I am using GCC 4.7.0 and that
 my wxPython installation is installed in a seperate site-packages location
 than the system version of Python 2.6.6. This seperate site-packages
 location has been added to the PYTHONPATH, and the initial launch page
 appears allowing me to select my Location and mapset. However, once the
 splash screen appears, this error is triggered. Any ideas what may be
 causing this?

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/1630#comment:2>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list