GNOME Bugzilla – Bug 757707
Error 500 on reporting a bug
Last modified: 2015-11-09 11:56:34 UTC
Thanks but not enough info to reproduce
I was doubtful that submitting this one would work aat all having failed for me repeatedly as below ( and it was 4am ) so here are more details - it's strange that I can submit bugs for bugzilla itself but not for gtk+!!!! https://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B Product=gtk+ Component: Widget: GtkTreeView Version: 3.16x Severity: Major OS: Linux Summary: gtk_tree_store_reorder is not callable from python Description: This is in the most recent gtk3 for fedora 22: gtk3-3.16.7-1.fc22.x86_64 Running this from python: from gi.repository import Gtk tree_store = Gtk.TreeStore() tree_store.reorder ... results in the error: Traceback (most recent call last):
+ Trace 235684
list_store.reorder
The gtk2 equivalent works fine: import gtk import gobject tree_store = gtk.TreeStore(gobject.TYPE_STRING) tree_store.reorder Response is: https://static.gnome.org/error-500/500.html OOPS...You have just hit an error 500, all the ways to report the issue are available here, but before doing so please check the status page for possible planned outages or maintenances.
BTW, the status page said 'all good'
I managed to post my bug today using chrome on fedora-21 Looks like it may be a chrome on f-22 problem????
Thanks for taking the time to report this. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 744491 ***