Hello,

Can you please tell what is the status of wxPython 3 support in SVN GRASS6 and 7?

There is a problem on Arch Linux, which has just replaced 2.8 with 3.0, and GRASS 6.4.3 says "ERROR: wxGUI does not support wxPython 3.0.0.0 yet" to that.

Trunk G7 and 6 build OK against wxPython 3.0. On a very quick runtime check I noticed they frequently throw the following errors though:

G7:

/opt/grass70-svn/etc/gui/wxpython/gui_core/goutput.py:234: wxPyDeprecationWarning: Call to deprecated item 'SetVirtualSizeHints'.
  self.outputSizer.SetVirtualSizeHints(self.panelOutput)

(wxgui.py:11592): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'width >= -1' failed

(wxgui.py:11592): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'height >= -1' failed

G6:

(wxgui.py:18284): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'width >= -1' failed

Maciek

--
Maciej Sieczka
http://www.sieczka.org
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to