[wxPython] wxPython 2.3.2 (Linux) glcanvas

wxPython-2.3.2(Linux + nVIDIA OpenGL) -> No
wxGTK-2.3.2 only (Linux + nVIDIA OpenGL) -> OK

What is the test program?

wxPython + (demo wxGLCanvas.py - glcanvas) +
wxGTK simple GL window program
(like wxGTK-2.3.2/sample/opengl/cube/cube.cpp, more simple)

Does the wxPython demo also fail?

Yes, demo/wxGLCanvas.py fail.

Do you use the RPMs or build yourself?

I builded myself.

configuring wxGTK with --enable-debug and see if
there is any assert or failure message that can help.

I'll try.

I made a chimera(mixed version) of wxGTK-2.3.2 and wxGTK-2.3.1.
This chimera is almost wxGTK-2.3.2, and
wxGTK-2.3.2/src/gtk/glcanvas.cpp
wxGTK-2.3.2/include/wx/gtk/glcanvas.h
are changed to
wxGTK-2.3.1/src/gtk/glcanvas.cpp
wxGTK-2.3.1/include/wx/gtk/glcanvas.h
.
The demo program wxPython-2.3.2 demo/wxGLCanvas.py works Okay
with this chimera wxGTK on Linux with nVIDIA OpenGL.
(But glcanvas has scroll bars.)

wxPython-2.3.2(Linux + nVIDIA OpenGL) -> No
wxGTK-2.3.2 only (Linux + nVIDIA OpenGL) -> OK
wxPython-2.3.2 + chimera wxGTK-2.3.2(Linux + nVIDIA OpenGL)-> OK