On Sat, September 22, 2012 3:56 pm, Patrick Shirkey wrote: > Hi, > > I have found the pyclutter-widgets project but none of the examples will > run for me with python2.7 and gtk3 > > Can anyone suggest an example project that will run with that combination? > >
I have clutter 1.8.4, pyclutter-1.3.2 I get this error when I run the code below. (process:17063): Clutter-CRITICAL **: _clutter_id_pool_add: assertion `id_pool != NULL' failed (process:17063): Clutter-CRITICAL **: Unable to check features. Have you initialized Clutter? (process:17063): Clutter-CRITICAL **: Unable to check features. Have you initialized Clutter? Segmentation fault ---- #!/usr/bin/python from gi.repository import Clutter import os def main(image_directory): stage = Clutter.Stage() stage.set_size(1024, 768) stage.connect('destroy', Clutter.main_quit) stage.show() Clutter.main() if __name__ == '__main__': main("./images") ---- -- Patrick Shirkey Boost Hardware Ltd _______________________________________________ clutter-app-devel-list mailing list clutter-app-devel-list@clutter-project.org http://lists.clutter-project.org/listinfo/clutter-app-devel-list