[GRASS-user] wxgui fails in latest svn

FYI, I just updated grass70 svn, and wxgui is broken:

GRASS 7.0.svn (falklands):~ > Traceback (most recent call last):
  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/wxgui.py", line
1578, in <module>
    sys.exit(main())
  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/wxgui.py", line 1571, in main
    app = GMApp(workspaceFile)
  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/wxgui.py", line
1470, in __init__
    wx.App.__init__(self, False)
  File "/usr/lib64/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py",
line 7978, in __init__
    self._BootstrapApp()
  File "/usr/lib64/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py",
line 7552, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/wxgui.py", line
1488, in OnInit
    timeout = 2000, parent = None, id = wx.ID_ANY)
TypeError: __init__() got an unexpected keyword argument 'extrastyle'

cheers

--
Prof. Carlos Henrique Grohmann - Geologist D.Sc.
Institute of Geosciences - Univ. of São Paulo, Brazil
http://www.igc.usp.br/pessoais/guano
http://lattes.cnpq.br/5846052449613692
Linux User #89721
________________
Can’t stop the signal.

Hi,

2011/3/8 Carlos Grohmann <carlos.grohmann@gmail.com>:

FYI, I just updated grass70 svn, and wxgui is broken:

which wxPython version are you running?

Martin

--
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa

Hi,

2011/3/8 Carlos Grohmann <carlos.grohmann@gmail.com>:

1488, in OnInit
timeout = 2000, parent = None, id = wx.ID_ANY)
TypeError: __init__() got an unexpected keyword argument 'extrastyle'

hm, this paramater has been removed in wxPython 2.8.11. Please try out r45640.

Martin

--
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa