After a bit of work, I managed to get PyClutter HEAD to build on OS X w/ MacPorts Python 2.7. I have Clutter 1.4.2 installed via MacPorts.
I've been having some problems however. If I have the regular clutter package installed (with X/GLX support) when I 'import clutter' I get the following message: Xlib: extension "RANDR" missing on display "/tmp/launch-gIhpdA/org.x:0". It launches Apple's XWindows. And I can't call clutter.Stage() (gives me an error about GLX not supporting multiple stages). I'd rather run just with Quartz on OS X. However, when I install the 'no_x11' variant of clutter via MacPorts, I get the following error after reinstalling PyClutter and trying to import I get the following: ImportError: cannot import name _clutter Here's what's in my pyclutter package directory: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/clutter __init__.py __init__.pyc __init__.pyo _clutter.la _clutter.so deprecation.py deprecation.pyc deprecation.pyo keysyms.py keysyms.pyc keysyms.pyo Can anyone fill me in on what I might be doing wrong? Has anyone had success getting PyClutter to work w/ the quartz backend on OS X? .l _______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
