Public bug reported:

Binary package hint: python-gnome2-extras

My program uses gtkmozembed python bindings to show a webpage. It worked fine 
on Ubuntu 7.04 aslong as I exported this variable(otherwise it would crash):
LD_LIBRARY_PATH="/usr/lib/firefox"
But now on Ubuntu 7.10 it crashes.
To reproduce:
[EMAIL PROTECTED]:~/dev-department/starez/src/client$ python
Python 2.5.1 (r251:54863, Jul 17 2007, 15:55:37) 
[GCC 4.1.3 20070629 (prerelease) (Ubuntu 4.1.2-13ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gtk
>>> import gtkmozembed
>>> window = gtk.Window()
>>> window.connect("destroy", lambda widget : gtk.quit())
6L
>>> moz = gtkmozembed.MozEmbed()
>>> window.add(moz)
>>> moz.load_url("http://www.google.nl";)
>>> window.show_all()
Segmentation fault (core dumped)

** Affects: gnome-python-extras (Ubuntu)
     Importance: Undecided
         Status: New

-- 
sigsegv from gtkmozembed python bindings
https://bugs.launchpad.net/bugs/130249
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to