[Bug 807518] Re: update-manager crashed with NameError in update_count(): global name 'glib' is not defined

2011-07-11 Thread angel orna
New update-manager 1:0.152.1 seems to fix this problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/807518 Title: update-manager crashed with NameError in update_count(): global name 'glib' is

[Bug 807518] Re: update-manager crashed with NameError in update_count(): global name 'glib' is not defined

2011-07-11 Thread Jean-Baptiste Lallement
update-manager (1:0.152.1) oneiric; urgency=low * fix release upgrade view dialog in gtk3 * UpdateManager/UpdateManager.py, check-new-release-gtk: - use GLib.timeout_add(priority, timeout, func, data) instead of the old glib.timeout_add() thanks to Michael Terry

[Bug 807518] Re: update-manager crashed with NameError in update_count(): global name 'glib' is not defined

2011-07-10 Thread Timo Reimerdes
Marc Ozbby, to add the import glib entry you have to: sudo gedit /usr/lib/python2.7/dist- packages/UpdateManager/UpdateManager.py and then write in there - in one free line (like line 37 - thats where I put it) import glib save and close. And you are done. -- You received this bug

[Bug 807518] Re: update-manager crashed with NameError in update_count(): global name 'glib' is not defined

2011-07-10 Thread Andrea Barbieri
the reported fix works for me too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/807518 Title: update-manager crashed with NameError in update_count(): global name 'glib' is not defined To

[Bug 807518] Re: update-manager crashed with NameError in update_count(): global name 'glib' is not defined

2011-07-10 Thread Marc Ozbby
Thanks Timo for taking the time to explain this to me.. I have added it successfully and I hope it does not report the same problem. Ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/807518 Title:

[Bug 807518] Re: update-manager crashed with NameError in update_count(): global name 'glib' is not defined

2011-07-09 Thread Alessandro Losavio
I have the same problem in Ubuntu 11.10 amd64 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/807518 Title: update-manager crashed with NameError in update_count(): global name 'glib' is not

[Bug 807518] Re: update-manager crashed with NameError in update_count(): global name 'glib' is not defined

2011-07-09 Thread Colin Watson
** Changed in: update-manager (Ubuntu Oneiric) Assignee: Canonical Foundations Team (canonical-foundations) = Michael Vogt (mvo) ** Changed in: update-manager (Ubuntu Oneiric) Milestone: None = oneiric-alpha-3 -- You received this bug notification because you are a member of Ubuntu

[Bug 807518] Re: update-manager crashed with NameError in update_count(): global name 'glib' is not defined

2011-07-09 Thread Peter Golden
import glib worked for me to thank you -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/807518 Title: update-manager crashed with NameError in update_count(): global name 'glib' is not defined To

[Bug 807518] Re: update-manager crashed with NameError in update_count(): global name 'glib' is not defined

2011-07-09 Thread Brian Murray
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/807518 Title: update-manager crashed with NameError in update_count(): global name 'glib' is not defined To manage

[Bug 807518] Re: update-manager crashed with NameError in update_count(): global name 'glib' is not defined

2011-07-09 Thread Marc Ozbby
How can I add the glib import...most of us are noobs in here and so would like and appreciate a detailed process as to how to go about adding the 'import glib' as above. thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 807518] Re: update-manager crashed with NameError in update_count(): global name 'glib' is not defined

2011-07-08 Thread angel orna
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/807518 Title: update-manager crashed with NameError in update_count(): global name 'glib' is not defined To manage

[Bug 807518] Re: update-manager crashed with NameError in update_count(): global name 'glib' is not defined

2011-07-08 Thread Smithie
Same problem -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/807518 Title: update-manager crashed with NameError in update_count(): global name 'glib' is not defined To manage notifications about

[Bug 807518] Re: update-manager crashed with NameError in update_count(): global name 'glib' is not defined

2011-07-08 Thread Steve Sheldon
Exactly same issue after running partial upgrade (have been updating nightly with update manager -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/807518 Title: update-manager crashed with NameError in

[Bug 807518] Re: update-manager crashed with NameError in update_count(): global name 'glib' is not defined

2011-07-08 Thread GNAServicesInc
Me as well, Exactly same issue after running partial upgrade. Strace says ** Attachment added: strace-update-manager-july-8.log https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/807518/+attachment/2198026/+files/strace-update-manager-july-8.log -- You received this bug

[Bug 807518] Re: update-manager crashed with NameError in update_count(): global name 'glib' is not defined

2011-07-08 Thread GNAServicesInc
** Changed in: update-manager (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/807518 Title: update-manager crashed with NameError in update_count(): global

[Bug 807518] Re: update-manager crashed with NameError in update_count(): global name 'glib' is not defined

2011-07-08 Thread Jean-Baptiste Lallement
Thanks for your report. Confirmed on an up to date Oneiric. ** Changed in: update-manager (Ubuntu) Importance: Undecided = High ** Changed in: update-manager (Ubuntu) Status: Confirmed = Triaged ** Changed in: update-manager (Ubuntu) Assignee: (unassigned) = Canonical Foundations

[Bug 807518] Re: update-manager crashed with NameError in update_count(): global name 'glib' is not defined

2011-07-08 Thread joaquin miranda iglesias rĂ¡bade
you can fix this by adding this to /usr/lib/python2.7/dist- packages/UpdateManager/UpdateManager.py : import glib -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/807518 Title: update-manager crashed

[Bug 807518] Re: update-manager crashed with NameError in update_count(): global name 'glib' is not defined

2011-07-08 Thread MikhailValerie
I had this issue after running a partial upgrade for Oneiric, but I can confirm that Joaquin's fix (see #6) worked for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/807518 Title: update-manager

[Bug 807518] Re: update-manager crashed with NameError in update_count(): global name 'glib' is not defined

2011-07-08 Thread GNAServicesInc
So it's that simple, something like ** Attachment added: patch https://bugs.launchpad.net/ubuntu/oneiric/+source/update-manager/+bug/807518/+attachment/2198428/+files/patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.