Hello > > you're using pyclutter - aren't you also using an nvidia card, > > perchance? there are some problems while using python, clutter and > > drivers/libraries that require dlopen()-ing. > > dischi uses Intel, whereas I use nvidia. Might this explain the > segfault I'm seeing? Before it segfaults it outputs: > > (clutter-test.py:2033): ClutterGLX-WARNING **: failed to bind > GLXGetProcAddress or GLXGetProcAddressARB > The C examples all work fine.
This is a known nvidia issue, but it shouldn't make your app segfault (i use pyclutter in production on nvidia); the problem is mainly that you won't be able to use shaders and PBOs, and as said previously, this is a python issue that is still to solve. FLorent -- To unsubscribe send a mail to [EMAIL PROTECTED]
