Re: glutInit and wxPython on Mac OSX

2007-02-06 Thread Steve Holden
Artie wrote: > I seem to have uncovered a problem when using glutInit alongside > wxPython on Mac OSX. If glutInit is called prior to creating a > wx.App, many window and mouse events are either lost, not generated, > or misgenerated for the glcanvas. However, if glutInit is called > after the wx

glutInit and wxPython on Mac OSX

2007-02-05 Thread Artie
I seem to have uncovered a problem when using glutInit alongside wxPython on Mac OSX. If glutInit is called prior to creating a wx.App, many window and mouse events are either lost, not generated, or misgenerated for the glcanvas. However, if glutInit is called after the wx.App has been created t