I have some pb with the new wxpython (GTK+ 2.X support is GREAT) but, some applications refuse to start. For ex pycrust (or boa-constructor) :
Code: Select all
** (pycrust:12501): CRITICAL **: file pango-layout.c: line 2002 (pango_layout_get_extents): assertion `layout != NULL' failed
(pycrust:12501): GLib-GObject-CRITICAL **: file gobject.c: line 1337 (g_object_unref): assertion `G_IS_OBJECT (object)' failed
** (pycrust:12501): CRITICAL **: file pango-layout.c: line 266 (pango_layout_new): assertion `context != NULL' failed
** (pycrust:12501): CRITICAL **: file pango-layout.c: line 543 (pango_layout_set_font_description): assertion `layout != NULL' failed
** (pycrust:12501): CRITICAL **: file pango-layout.c: line 727 (pango_layout_set_text): assertion `layout != NULL' failed
** (pycrust:12501): CRITICAL **: file pango-layout.c: line 2002 (pango_layout_get_extents): assertion `layout != NULL' failed
(pycrust:12501): GLib-GObject-CRITICAL **: file gobject.c: line 1337 (g_object_unref): assertion `G_IS_OBJECT (object)' failed
Floating point exception
there are thousands of lines like this
Code: Select all
text): assertion `layout != NULL' failed
** (Boa.py:12516): CRITICAL **: file pango-layout.c: line 2002 (pango_layout_get_extents): assertion `layout != NULL' failed
(Boa.py:12516): GLib-GObject-CRITICAL **: file gobject.c: line 1337 (g_object_unref): assertion `G_IS_OBJECT (object)' failed
** (Boa.py:12516): CRITICAL **: file pango-layout.c: line 266 (pango_layout_new): assertion `context != NULL' failed
** (Boa.py:12516): CRITICAL **: file pango-layout.c: line 543 (pango_layout_set_font_description): assertion `layout != NULL' failed
** (Boa.py:12516): CRITICAL **: file pango-layout.c: line 727 (pango_layout_set_text): assertion `layout != NULL' failed
** (Boa.py:12516): CRITICAL **: file pango-layout.c: line 2002 (pango_layout_get_extents): assertion `layout != NULL' failed
(Boa.py:12516): GLib-GObject-CRITICAL **: file gobject.c: line 1337 (g_object_unref): assertion `G_IS_OBJECT (object)' failed
Floating point exception