[Bug 354909] Re: python 2.6 support - jaunty

2015-11-14 Thread Six
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


[Bug 354909] Re: python 2.6 support - jaunty

2011-09-07 Thread LocutusOfBorg
Jaunty has reached his EOL on 23 October 2010.

I'm marking this bug as incomplete, please test on a new ubuntu version
and set the status again to new if you think the bug is not fixed.

** Changed in: pygtk (Ubuntu)
   Status: New = Incomplete

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


[Bug 354909] Re: python 2.6 support - jaunty

2009-07-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/specto

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

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


[Bug 354909] Re: python 2.6 support - jaunty

2009-04-22 Thread Colin Watson
I suspect that changing the users of this one method to add that
dependency is a lot more practical than renaming python-gtk.

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

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


[Bug 354909] Re: python 2.6 support - jaunty

2009-04-20 Thread Alessio Treglia
Everything works fine.

Uploaded, sitting in the queue.

** Changed in: specto (Ubuntu)
   Status: New = Fix Committed

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

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


[Bug 354909] Re: python 2.6 support - jaunty

2009-04-20 Thread Launchpad Bug Tracker
This bug was fixed in the package specto - 0.2.2-3ubuntu1

---
specto (0.2.2-3ubuntu1) jaunty; urgency=low

  * Add missing Depends on python-numpy (LP: #354909).
  * Add 10_fix_python26_warnings.patch patch to fix deprecation warnings.

 -- Alessio Treglia quadris...@ubuntu.com   Mon, 20 Apr 2009 07:56:11
+0200

** Changed in: specto (Ubuntu)
   Status: Fix Committed = Fix Released

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

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


[Bug 354909] Re: python 2.6 support - jaunty

2009-04-20 Thread Martin Pitt
Reviewed the diff, looks appropriate to me. ACK.

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

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


[Bug 354909] Re: python 2.6 support - jaunty

2009-04-20 Thread Jean-François Fortin Tam
Hold on a sec, Specto does not call the numpy module directly in its
code, afaik, PyGTK is the one calling it. Shouldn't PyGTK be the package
that gets its dependencies fixed? Surely we can't be the only
application with which this happens?

** Also affects: pygtk (Ubuntu)
   Importance: Undecided
   Status: New

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

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


Re: [Bug 354909] Re: python 2.6 support - jaunty

2009-04-20 Thread Scott Kitterman
IIRC, there was a decision made for PyGTK not to carry the numpy depends 
because numpy wouldn't fit on CD and it was thought the relevant functions 
were only rarely used.  This isn't the right fix, but as a workaround for 
this release, it will do.

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

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


[Bug 354909] Re: python 2.6 support - jaunty

2009-04-20 Thread Matthias Klose
pygtk uses numpy for exactly one method. the reason not to have it as a
dependency are space constraints on the CD (numpy and dependencies would
add 10MB). So probably the current python-gtk package should be renamed
into python-gtk-lite and an empty python-gtk package depending on
python-gtk-lite and python-numpy. Then all packages going on the CD need
to depend on python-gtk-lite.

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

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


[Bug 354909] Re: python 2.6 support - jaunty

2009-04-19 Thread Jean-François Fortin Tam
Alessio, what changes did you make to your PPA version? perhaps you
could provide your patch on
http://code.google.com/p/specto/issues/detail?id=216 ?

For what it's worth, the last time I tried swapping hashlib and md5,
this caused serious problems (web watches not working at all).

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

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


[Bug 354909] Re: python 2.6 support - jaunty

2009-04-19 Thread Alessio Treglia
As you can see in the debdiff, I only added a dependency on python-
numpy.

-Depends: ${python:Depends}, python-gtk2, python-glade2, python-gnome2, 
python-gnome2-extras, zenity, gconf2, python-notify, python-dbus, 
librsvg2-common, gnome-icon-theme
+Depends: ${python:Depends}, python-gtk2, python-glade2, python-gnome2, 
python-gnome2-extras, zenity, gconf2, python-notify, python-dbus, 
librsvg2-common, gnome-icon-theme, python-numpy


** Changed in: specto (Ubuntu)
   Status: Confirmed = New

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

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


[Bug 354909] Re: python 2.6 support - jaunty

2009-04-19 Thread Scott Kitterman
We should also fix the deprecated modules.  They are easy enough.

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

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


[Bug 354909] Re: python 2.6 support - jaunty

2009-04-19 Thread Alessio Treglia
Uploaded to my testing PPA

** Attachment added: specto_0.2.2-3ubuntu1~quadrispro2.debdiff
   
http://launchpadlibrarian.net/25767271/specto_0.2.2-3ubuntu1%7Equadrispro2.debdiff

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

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


[Bug 354909] Re: python 2.6 support - jaunty

2009-04-18 Thread Igor Gomes

I can confirm this issue and the suggested workaround.

Igor Gomes

** Changed in: specto (Ubuntu)
   Status: New = Confirmed

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

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


[Bug 354909] Re: python 2.6 support - jaunty

2009-04-15 Thread Alessio Treglia

** Attachment added: specto_0.2.2-3ubuntu1.debdiff
   http://launchpadlibrarian.net/25498539/specto_0.2.2-3ubuntu1.debdiff

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

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


[Bug 354909] Re: python 2.6 support - jaunty

2009-04-15 Thread Alessio Treglia
Setting 'New' because I can reproduce this bug.

Please test the package available in my PPA:

http://ppa.launchpad.net/quadrispro/testing/ubuntu

** Changed in: specto (Ubuntu)
   Status: Incomplete = New

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

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


Re: [Bug 354909] Re: python 2.6 support - jaunty

2009-04-11 Thread Jean-François Fortin Tam
More info might be needed on this issue upstream:
http://code.google.com/p/specto/issues/detail?id=216

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

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


[Bug 354909] Re: python 2.6 support - jaunty

2009-04-09 Thread Luke Whitmore
received error while trying to use specto - message about numpy
module... will try the fix above.

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

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


[Bug 354909] Re: python 2.6 support - jaunty

2009-04-09 Thread Luke Whitmore
sudo apt-get install python-numpy

solved the problem for me..

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

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


Re: [Bug 354909] Re: python 2.6 support - jaunty

2009-04-04 Thread Jean-François Fortin Tam
Did you try that using the main specto bazaar branch? It seems to me
that fixing the other python 2.6 issues may have made this vanish, at
least I haven't experienced this particular problem.

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

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


[Bug 354909] Re: python 2.6 support - jaunty

2009-04-04 Thread Xyos
solved by:

sudo apt-get install numpy

please add python-numpy to dependencies

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

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


[Bug 354909] Re: python 2.6 support - jaunty

2009-04-03 Thread Chris Halse Rogers
This is odd.  While I can't find where spectlib tries to import numpy,
something in its dependency graph does.  I'm not certain this is a
specto bug, but there's certainly a bug somewhere!

** Changed in: specto (Ubuntu)
   Importance: Undecided = Medium

** Changed in: specto (Ubuntu)
   Status: New = Incomplete

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

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