Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7762901
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T14:31:42+00:00 2026-06-01T14:31:42+00:00

Are there Python 3 bindings for Clutter? If so, how can I get them

  • 0

Are there Python 3 bindings for Clutter? If so, how can I get them and use them?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T14:31:43+00:00Added an answer on June 1, 2026 at 2:31 pm

    As stated by Lattyware, the way to use Clutter in Python 3 is by installing “GObject introspection” data and allowing GObject to dynamically generate the bindings to the original C library.

    On Ubuntu 11.10, install both Python 3 GObject and the GObject introspection data for clutter:

    sudo apt-get install python3-gobject gir1.2-clutter-1.0
    

    On Ubuntu 12.04 and later, the python3-gobject package has been renamed to python3-gi:

    sudo apt-get install python3-gi gir1.2-clutter-1.0
    

    If you want to install the GTK+ Clutter library:

    sudo apt-get install python3-gi gir1.2-gtkclutter-1.0
    

    If using a virtualenv virtual Python environment, use the following command, which allows Python to find the GObject introspection libraries:

    virtualenv env -p python3 --system-site-packages
    

    To use Clutter or GtkClutter in Python 3:

    from gi.repository import Clutter
    from gi.repository import GtkClutter
    

    The package gi.repository is a special package which dynamically generates these Python classes.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

is there a python library for supporting OpenType features? where can i get it?
I want to use the python bindings with the ITK 4.0. Is there any
In Python there is a really neat function called zip which can be used
Is there a python library out there than can allow me to send UDP
There are many independent Python bindings for SOLR ( see here ). Which ones
I use the python rsvg bindings to render an svg image into cairo and
I use python bindings for FontForge under Ubuntu. It constantly runs into crash without
I use the Python bindings that come with Quickfix and I'd like to set
I'm trying to use VLC's python bindings to create my own little video player.
How can you use imagemagick from python without opening a new command line window

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.