[wxPython] wxPython 2.3.2 (Linux) glcanvas

I installed wxPython-2.3.2 (and wxGTK-2.3.2) on TurboLinux 6.0 with nVidia
OpenGL driver.
But wxGLCanvas program in demo.py shows only noisy (OpenGL) window!
I can't see any cube or cone.
Other demos work well.

WxGLCanvas program (wxPython 2.3.1 on TurboLinux 6.0 (nVidia OpenGL) or
wxPython 2.3.2 on Windows) works well.

Environment:

wxGTK-2.3.2.tar.gz
$ mkdir build
$ cd build
$ export CPPFLAGS="-I/usr/X11R6/include"
$ ../configure --with-gtk --with-opengl
$ make
$ su
# make install

wxPython-2.3.2.tar.gz
$ python setup.py build
$ su
# python setup.py install

$ gtk-config --version
1.2.10

$ wx-config --version --libs --gl-libs
2.3.2
-L/usr/local/lib -lwx_gtk-2.3
-L/usr/X11R6/lib -lwx_gtk_gl-2.3 -lGL -lGLU

$ python
Python 2.1.1 (#1, Oct 12 2001, 16:55:10)
[GCC 2.95.3 20010315 (release)] on linux2
Type "copyright", "credits" or "license" for more information.

import OpenGL
OpenGL.__version__

'2.0.0.44'

I installed wxPython-2.3.2 (and wxGTK-2.3.2) on TurboLinux 6.0 with nVidia
OpenGL driver.
But wxGLCanvas program in demo.py shows only noisy (OpenGL) window!
I can't see any cube or cone.
Other demos work well.

WxGLCanvas program (wxPython 2.3.1 on TurboLinux 6.0 (nVidia OpenGL) or
wxPython 2.3.2 on Windows) works well.

$ gtk-config --version
1.2.10

$ wx-config --version --libs --gl-libs
2.3.2
-L/usr/local/lib -lwx_gtk-2.3
-L/usr/X11R6/lib -lwx_gtk_gl-2.3 -lGL -lGLU

$ python
Python 2.1.1 (#1, Oct 12 2001, 16:55:10)
[GCC 2.95.3 20010315 (release)] on linux2
Type "copyright", "credits" or "license" for more information.
>>> import OpenGL
>>> OpenGL.__version__
'2.0.0.44'

It works okay here for me on a Mandrake box with PyOpenGL 1.5.6, I can't get
2.0.0.44 to build on my machine.

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!