Lots of GTK console spam?

Ubuntu 8.10, wx 2.8.8.0

I keep getting messages like this when opening a folders directory for saving/open or clicking on a wxTreeCtrl node:

http://img14.imageshack.us/img14/2152/screenshot4a.png

(python:4529): Gtk-WARNING **: /build/buildd/gtk+2.0-2.14.4/gtk/gtkwidget.c:9042: widget class `GtkPizza' has no property named `row-ending-details'

(python:4529): Gtk-WARNING **: /build/buildd/gtk+2.0-2.14.4/gtk/gtkwidget.c:9042: widget class `GtkPizza' has no property named `row-ending-details'

(python:4529): Gtk-WARNING **: /build/buildd/gtk+2.0-2.14.4/gtk/gtkwidget.c:9042: widget class `GtkPizza' has no property named `row-ending-details'
steve@ubuntu:~/Documents/whyteboard$ clear

steve@ubuntu:~/Documents/whyteboard$ python whyteboard.py
^[[A^[[A
(python:4544): Gtk-WARNING **: Attempting to read the recently used resources file at `/home/steve/.recently-used.xbel', but the parser failed: Error reading file '/home/steve/.recently-used.xbel': Is a directory.

any ideas? I have recent directories/folders disabled so I guess that's the cause of the 2nd error

Steven Sproat wrote:

Ubuntu 8.10, wx 2.8.8.0

Have you tried a newer wx?

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

I was getting the same errors using wxPython 2.8.8.0 on Ubuntu 8.10. I just upgraded to wxPython 2.8.9.2 and the errors are no longer coming up for me.

mercado wrote:

I was getting the same errors using wxPython 2.8.8.0 on Ubuntu 8.10. I just upgraded to wxPython 2.8.9.2 and the errors are no longer coming up for me.
------------------------------------------------------------------------

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
  

Excellent, excellent!
I experienced a very smooth upgrade process and it has removed the console spam! I'm still getting the message about recent history, but I'm pretty sure that's down to GNOME, I can live with it. :slight_smile:

much appreciated
thanks