ImportError: No module named cluttergtk
Bug #471528 reported by
ThGravo
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Entertainer Media Center |
Fix Released
|
Critical
|
Matt Layman | ||
entertainer (Arch Linux) |
Fix Committed
|
Undecided
|
Matt Layman |
Bug Description
Even though all dependencies are installed, I get the following error (with Ubuntu 9.10 and Gentoo (Python 2.6.4), both amd64):
$ ./entertainer
Traceback (most recent call last):
File "./entertainer", line 8, in <module>
main()
File "/home/
import cluttergtk
ImportError: No module named cluttergtk
Related branches
lp://staging/~mblayman/entertainer/clean-up-1.0
- Matt Layman: Approve
- Francesco Marella (community): Approve
-
Diff: 157 lines (+19/-29)7 files modifiedentertainerlib/gui/user_interface.py (+10/-13)
entertainerlib/gui/widgets/grid_menu.py (+0/-4)
entertainerlib/gui/widgets/image_menu.py (+0/-4)
entertainerlib/gui/widgets/menu_overlay.py (+0/-2)
entertainerlib/gui/widgets/scroll_menu.py (+0/-1)
entertainerlib/gui/widgets/volume_indicator.py (+8/-4)
entertainerlib/tests/test_arrowtexture.py (+1/-1)
Changed in entertainer: | |
assignee: | nobody → Matt Layman (laymansterms) |
status: | Triaged → In Progress |
Changed in entertainer (Arch Linux): | |
assignee: | nobody → Matt Layman (laymansterms) |
Changed in entertainer: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
ThGravo, thanks for the report. This is sort of a duplicate of Bug #441515, but I want to leave it marked as valid in case other try to file something similar (because this is probably the first symptom of the root cause).
The root cause is that we have not ported the code to use clutter 1.0 which is now in the Ubuntu repositories. The current code is written to work with clutter 0.8 and clutter did some API changes between 0.8 and 1.0.