desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #148825
[Bug 354909] Re: python 2.6 support - jaunty
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 Desktop
Packages, which is subscribed to pygtk in Ubuntu.
https://bugs.launchpad.net/bugs/354909
Title:
python 2.6 support - jaunty
Status in pygtk package in Ubuntu:
Incomplete
Status in specto package in Ubuntu:
Fix Released
Bug description:
Binary package hint: specto
xyos@UNlock:~$ specto
/usr/lib/python2.6/dist-packages/spectlib/tools/iniparser.py:309: DeprecationWarning: the sets module is deprecated
from sets import Set
/usr/lib/python2.6/dist-packages/spectlib/plugins/watch_web_static.py:32: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
ImportError: No module named numpy.core.multiarray
Segmentation fault (core dumped)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygtk/+bug/354909/+subscriptions