[Bug 79234] applet doesn't start unless python2.5 is the default
Gustavo Carneiro
gjc at inescporto.pt
Sun Jan 14 13:55:19 UTC 2007
Public bug reported:
Binary package hint: deskbar-applet
Since around 2007-01-12, deskbar in feisty doesn't start:
Running installed deskbar, using [/usr/lib/python2.5/site-packages/deskbar:$PYTHONPATH]
Traceback (most recent call last):
File "/usr/lib/deskbar-applet/deskbar-applet", line 30, in ?
import deskbar, deskbar.DeskbarApplet, deskbar.defs
ImportError: No module named deskbar
It seems to want to use python 2.5. A possible solution is thus to force it to use python2.5:
- #!/usr/bin/env python
+ #!/usr/bin/env python2.5
** Affects: deskbar-applet (Ubuntu)
Importance: Undecided
Status: Unconfirmed
--
applet doesn't start unless python2.5 is the default
https://launchpad.net/bugs/79234
More information about the desktop-bugs
mailing list