How to get cluttergtk

Asked by Leonard Ehrenfried

Hi,

I followed Lauri's instructions on his blog on how to start entertainer, but I get the following error message:

Traceback (most recent call last):
  File "./entertainer-frontend.py", line 25, in <module>
    from frontend.frontend_client import FrontendClient
  File "/home/lenni/python/entertainer/devel/src/frontend/frontend_client.py", line 40, in <module>
    from frontend.gui.user_interface import UserInterface
  File "/home/lenni/python/entertainer/devel/src/frontend/gui/user_interface.py", line 26, in <module>
    from clutter import cluttergtk
ImportError: cannot import name cluttergtk

What is cluttergtk and how do I get it. I thought it is included in clutter. Or is it a separate package?

Question information

Language:
English Edit question
Status:
Solved
For:
Entertainer Media Center Edit question
Assignee:
No assignee Edit question
Solved by:
Leonard Ehrenfried
Solved:
Last query:
Last reply:
Revision history for this message
Lauri Taimila (lauri-deactivatedaccount) said :
#1

It is a seprated package for Clutter. It enables to use clutter stage as GTK-widget in a GTK application. For installation instructions, please ask from Clutter folks because they know the issues much better than I do. You can reach them via IRC from irc.gimp.org at #clutter channel.

Revision history for this message
Leonard Ehrenfried (leonard-ehrenfried) said :
#2

Alright I've solved it.

You have to recompile pyclutter after you installed clutter-gtk, clutter-cairo and clutter-gst.

http://bbs.archlinux.org/viewtopic.php?id=42680