GNOME Bugzilla – Bug 416249
Crash when pygtk was not compiled with Numeric Python support
Last modified: 2009-06-13 21:29:02 UTC
What were you doing when the application crashed? Clicked on the Add tracker button Distribution: Ubuntu 6.10 (edgy) Gnome Release: 2.17.92 2007-02-28 (JHBuild) BugBuddy Version: 2.17.5 System: Linux 2.6.17-10-generic #2 SMP Tue Dec 5 22:28:26 UTC 2006 i686 X Vendor: The X.Org Foundation X Vendor Release: 70101000 Selinux: No Accessibility: Enabled GTK+ Theme: Crux Icon Theme: gnome Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0 CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0 ----------- .xsession-errors --------------------- RuntimeError: pygtk was not compiled with Numeric Python support GTK Accessibility Module initialized Bonobo accessibility support initialized GTK Accessibility Module initialized Bonobo accessibility support initialized Traceback (most recent call last):
+ Trace 117026
self.main_ui.gsd.get_tracker_color(tracker_id),
arr = pb.get_pixels_array()
GTK Accessibility Module initialized Bonobo accessibility support initialized -------------------------------------------------- Traceback (most recent call last):
Does this imply that Sudoku required Numerical Python support? Sounds like an Ubuntu bug then...
Not an ubuntu bug. I'm having the same problem, and I don't use ubuntu, and compiled gnome-games myself Sudoku requires Numeric python support when trying to use a track marker. Regular gaming, including hints, etc. don't require numeric python. Fine if the tracking feature will not work without that package, but gnome-sudoku should not crash... So the important part is: * crahses when trying to add a tracker-mark
*** Bug 423173 has been marked as a duplicate of this bug. ***
*** Bug 461400 has been marked as a duplicate of this bug. ***
*** Bug 438158 has been marked as a duplicate of this bug. ***
*** Bug 472686 has been marked as a duplicate of this bug. ***
*** Bug 473299 has been marked as a duplicate of this bug. ***
*** Bug 497153 has been marked as a duplicate of this bug. ***
*** Bug 516858 has been marked as a duplicate of this bug. ***
*** Bug 527057 has been marked as a duplicate of this bug. ***
*** Bug 527058 has been marked as a duplicate of this bug. ***
*** Bug 527598 has been marked as a duplicate of this bug. ***
*** Bug 532533 has been marked as a duplicate of this bug. ***
(In reply to comment #9) > *** Bug 516858 has been marked as a duplicate of this bug. *** but we scintests need to work on that internet explrer cannot display this webpage (412538) that has been marked as a duplicate of this bug. :D.
*** Bug 549845 has been marked as a duplicate of this bug. ***
*** Bug 551197 has been marked as a duplicate of this bug. ***
*** Bug 555917 has been marked as a duplicate of this bug. ***
*** Bug 562765 has been marked as a duplicate of this bug. ***
*** Bug 568393 has been marked as a duplicate of this bug. ***
*** Bug 571255 has been marked as a duplicate of this bug. ***
*** Bug 571195 has been marked as a duplicate of this bug. ***
Created attachment 129945 [details] [review] Replace code that required numpy Numpy code was only used to change color in a pixbuf. Actually this is gtk.gdk.Pixbuf.get_pixels_array so not specific to sudoku but whatever. Patch gets the pixbuf as a string and works on that instead.
Fixed in r8801: http://svn.gnome.org/viewvc/gnome-games?view=revision&revision=8801 Fix will be included in 2.26.0
*** Bug 576149 has been marked as a duplicate of this bug. ***
*** Bug 585677 has been marked as a duplicate of this bug. ***