https://bugzilla.novell.com/show_bug.cgi?id=751192 https://bugzilla.novell.com/show_bug.cgi?id=751192#c8 --- Comment #8 from Sven Uebelacker <sven@uebelacker.net> 2012-08-07 23:01:50 UTC --- Hi Dominique, I tried version 1.6.9 in openSUSE 12.1 x86_64 from GNOME:Apps as well now. Same error message. Installation of python-distribute is indeed a good idea. That's a missing dependency. I see it's fixed in GNOME:Apps now. But in my 12.1 a new error occurres then: $ turpial ** Message: pygobject_register_sinkfunc is deprecated (GstObject) No module named indicate Segmentation fault $ python -vvv /usr/bin/turpial […] import webkit # directory /usr/lib64/python2.7/site-packages/webkit # trying /usr/lib64/python2.7/site-packages/webkit/__init__.so # trying /usr/lib64/python2.7/site-packages/webkit/__init__module.so # trying /usr/lib64/python2.7/site-packages/webkit/__init__.py import webkit # from /usr/lib64/python2.7/site-packages/webkit/__init__.py # can't create /usr/lib64/python2.7/site-packages/webkit/__init__.pyc # trying /usr/lib64/python2.7/site-packages/webkit/webkit.so dlopen("/usr/lib64/python2.7/site-packages/webkit/webkit.so", 102); Segmentation fault $ rpm -qa|grep webkit libwebkitgtk-1_0-0-1.6.1-2.1.2.x86_64 python-webkitgtk-1.1.8-6.1.2.x86_64 libwebkitgtk-3_0-0-1.6.1-2.1.2.x86_64 libproxy1-pacrunner-webkit-0.4.7-7.4.1.x86_64 $ strace /usr/bin/turpial […] open("/usr/lib64/python2.7/site-packages/webkit/webkit.so", O_RDONLY) = 7 fstat(7, {st_mode=S_IFREG|0755, st_size=85256, ...}) = 0 --- {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x869e} (Segmentation fault) --- +++ killed by SIGSEGV +++ Segmentation fault Any idea on that? Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.