On Tue, Sep 14, 2010 at 9:12 PM, Leonard Ritter wrote:
> it seems that when gtk.glext is imported in python, and a boost python
> module hits a StopIteration exception (as it is usual for generators),
> the exception is not caught and the app segfaults.
that is, unless OpenGL.GL is imported befor
as a quick follow-up to this two year old post here:
http://www.mail-archive.com/cplusplus-sig@python.org/msg00245.html
even with linking to libstdc++ first, as i always do, i'm hitting upon
this error on ubuntu 10.04 yet again, after i switched the nvidia
driver to nouveau.
it seems that when g