Comment 1 for bug 297324

Revision history for this message
Ryan Paul (segphault) wrote :

Do you see anything else besides a segmentation fault? Any error message at stdout? Does the window appear at all?

Could you please try copy/pasting following at the command line and let me know what happens?

python -c 'import gtk, webkit; print webkit; w = gtk.Window(); w.add(webkit.WebView()); w.connect("destroy", gtk.main_quit); w.show_all(); gtk.main()'

Thanks!