[Desktop-packages] [Bug 990685] Re: PyGtk applications crash with ImportError: /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/_gtk.so: undefined symbol: gtk_item_factory_get_widget_by_action

2012-05-03 Thread Sebastien Bacher
can you try to strace python ... and see what files are opened? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pygtk in Ubuntu. https://bugs.launchpad.net/bugs/990685 Title: PyGtk applications crash with ImportError:

[Desktop-packages] [Bug 990685] Re: PyGtk applications crash with ImportError: /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/_gtk.so: undefined symbol: gtk_item_factory_get_widget_by_action

2012-05-03 Thread vden
After reinstalling meta-package libgtk2.0 the bug was magically resolved. Anyway, thank you for your support, Sebastien. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pygtk in Ubuntu. https://bugs.launchpad.net/bugs/990685 Title:

[Desktop-packages] [Bug 990685] Re: PyGtk applications crash with ImportError: /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/_gtk.so: undefined symbol: gtk_item_factory_get_widget_by_action

2012-05-03 Thread vden
Fixed by reinstalling libgtk2.0. ** Changed in: pygtk (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pygtk in Ubuntu. https://bugs.launchpad.net/bugs/990685 Title: PyGtk applications crash with

[Desktop-packages] [Bug 990685] Re: PyGtk applications crash with ImportError: /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/_gtk.so: undefined symbol: gtk_item_factory_get_widget_by_action

2012-05-01 Thread vden
** Changed in: pygtk (Ubuntu) Status: Incomplete = New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pygtk in Ubuntu. https://bugs.launchpad.net/bugs/990685 Title: PyGtk applications crash with ImportError:

[Desktop-packages] [Bug 990685] Re: PyGtk applications crash with ImportError: /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/_gtk.so: undefined symbol: gtk_item_factory_get_widget_by_action

2012-05-01 Thread vden
And even more weird: $ nm -D /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/_gtk.so | grep gtk_item_factory_get_widget_by_action U gtk_item_factory_get_widget_by_action -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 990685] Re: PyGtk applications crash with ImportError: /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/_gtk.so: undefined symbol: gtk_item_factory_get_widget_by_action

2012-04-30 Thread Sebastien Bacher
Thank you for your bug report, could you run ldd /usr/lib/python2.7 /dist-packages/gtk-2.0/gtk/_gtk.so and add that to the bug? The issue is likely a /usr/local/something installation ** Changed in: pygtk (Ubuntu) Importance: Undecided = Low ** Changed in: pygtk (Ubuntu) Status: New =

[Desktop-packages] [Bug 990685] Re: PyGtk applications crash with ImportError: /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/_gtk.so: undefined symbol: gtk_item_factory_get_widget_by_action

2012-04-30 Thread vden
$ ldd /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/_gtk.so linux-vdso.so.1 = (0x7fff4f7ff000) libgtk-x11-2.0.so.0 = /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 (0x7fb594f06000) libgdk-x11-2.0.so.0 = /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0