wxPython and OGL

Armando Serrano Lombillo wrote:

I call ogl.OGLInitialize inside App.OnInit().

Armando.

Thanks. I've managed to get it working by making the call at the top of my main frame's __init__ method. I'm not sure if that's the best place for it though. Cheers.

Duncan