[PyQt] Problem with snapshot and OpenGL

Phil Thompson phil at riverbankcomputing.com
Wed Feb 3 09:34:38 GMT 2010


On Tue, 2 Feb 2010 23:30:55 -0700, Brian Brown <rbb at techgame.net> wrote:
> Ok, a bit more info.
> 
> Fresh build, with the released code, I get the same error, but when I
dump
> the shared library it has this symbol:
> __ZN20QGLFramebufferObject15blitFramebufferEPS_RK5QRectS0_S3_mm
> 
> notice the __mm on the end instead of _jj as in the error.
> 
> If we actually rewrite the binary and replace the symbol name, everything
> works.
> 
> There is no PyQt/Qt mismatch, we built this on a clean system.
> 
> This is definitely strange, any thoughts would be appreciated!

Can you demangle the two names?

Phil


More information about the PyQt mailing list