Opened 12 years ago

Last modified 11 years ago

#1582 closed defect

wxgui will not start — at Initial Version

Reported by: neuba Owned by: grass-dev@…
Priority: normal Milestone: 6.4.3
Component: wxGUI Version: svn-releasebranch64
Keywords: Cc:
CPU: Unspecified Platform: Linux

Description

Wx Gui refuse to start in fedora 15 and I get the following error when i try to start script like ps.map: Traceback (most recent call last):

File "/usr/local/grass-6.4.3svn/etc/wxpython/gui_modules/menuform.py", line 1948, in <module>

app = GrassGUIApp(task)

File "/usr/local/grass-6.4.3svn/etc/wxpython/gui_modules/menuform.py", line 1667, in init

wx.App.init(self, False)

File "/usr/lib/python2.7/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7981, in init

self._BootstrapApp()

File "/usr/lib/python2.7/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7555, in _BootstrapApp

return _core_.PyAppBootstrapApp(*args, kwargs)

File "/usr/local/grass-6.4.3svn/etc/wxpython/gui_modules/menuform.py", line 1675, in OnInit

self.mf = mainFrame(parent = None, ID = wx.ID_ANY, task_description = self.grass_task)

File "/usr/local/grass-6.4.3svn/etc/wxpython/gui_modules/menuform.py", line 434, in init

self.task.getCmd()

AttributeError: grassTask instance has no attribute 'getCmd'

Change History (0)

Note: See TracTickets for help on using tickets.