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

Reply via email to