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())

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/354909

Title:
  python 2.6 support -  jaunty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygtk/+bug/354909/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to