Comment 24 for bug 354909

Revision history for this message
Six (brbsix) wrote :

Just an FYI to anyone who comes across this, I've located the exact call that depends on numpy. It is quite difficult to find this (as numpy is only used indirectly), so I've decided to comment despite the age of this issue.

It is line 327 of spectlib/notifier.py

    for row in icon.get_pixels_array():

You can duplicate the segmentation fault by running the following:

import gtk
icon = gtk.icon_theme_get_default().load_icon('dialog-information', 64,0)
print(icon.get_pixels_array())