I received this error trying to add Glipper to the panel in Ubuntu Jaunty, 2.6.28-16-generic #55-Ubuntu SMP x86_64. I am using Python 2.5 as my python. I dug deeper and it seems that a) /usr/share/python- support/glipper/ was not in sys.path for glipper to import the glipper modules from, and b) glipper.keybinder made use of a module "_keybinder" which was nowhere to be found on my system.
I fixed this by downloading, compiling and installing python-keybinder (http://kaizer.se/wiki/python-keybinder/), which I could not find as an Ubuntu package, and then making a few changes to glipper's source. I've attached a patch. ** Attachment added: "glipper.patch" http://launchpadlibrarian.net/34262533/glipper.patch -- get error message when trying to add Glipper to panel in Intrepid Alpha 1 https://bugs.launchpad.net/bugs/245853 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs -- universe-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/universe-bugs
