[Bug 192066] Re: topshelf.py crashed with AssertionError in require()

2008-03-24 Thread kripkenstein
Thanks for the info, closing this bug.


** Changed in: topshelf (Ubuntu)
 Assignee: Tim Jones (tim-mr-dog) = (unassigned)
   Status: Incomplete = Invalid

** Changed in: topshelf
   Status: New = Invalid

-- 
topshelf.py crashed with AssertionError in require()
https://bugs.launchpad.net/bugs/192066
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 192066] Re: topshelf.py crashed with AssertionError in require()

2008-03-24 Thread Tim Jones
Just tried this again, and it seems to work now!

Didn't need to change the source file either, so can probably close this
bug.

Cheers,

Tim

-- 
topshelf.py crashed with AssertionError in require()
https://bugs.launchpad.net/bugs/192066
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 192066] Re: topshelf.py crashed with AssertionError in require()

2008-03-17 Thread Siegfried Gevatter (RainCT)
Thanks for your bug report.

Tim, can you try if editing the file /usr/lib/gnome-panel/topshelf.py (for 
this, press Alt + F2 and write gksudo gedit /usr/lib/gnome-panel/topshelf.py 
into the window that will appear, as you will need admin privileges to modify 
it) and replacing the following lines:
   import gtk, gtk.gdk
   import pygtk
   pygtk.require('2.0')
with those (without the spaces at the start):
   import pygtk
   pygtk.require('2.0')
   import gtk, gtk.gdk
fixes your problem.

** Changed in: topshelf (Ubuntu)
 Assignee: (unassigned) = Tim Jones (tim-mr-dog)
   Status: New = Incomplete

-- 
topshelf.py crashed with AssertionError in require()
https://bugs.launchpad.net/bugs/192066
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 192066] Re: topshelf.py crashed with AssertionError in require()

2008-03-02 Thread Siegfried Gevatter (RainCT)
** Changed in: topshelf (Ubuntu)
   Importance: Undecided = Medium

** Visibility changed to: Public

-- 
topshelf.py crashed with AssertionError in require()
https://bugs.launchpad.net/bugs/192066
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 192066] Re: topshelf.py crashed with AssertionError in require()

2008-03-02 Thread James Westby
Hi,

The calls in topshelf.py do indeed seem to be the other way
round to what the traceback says that they should be.

It does not crash for me though, although I am not quite
up to date with current hardy.

Thanks,

James

-- 
topshelf.py crashed with AssertionError in require()
https://bugs.launchpad.net/bugs/192066
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