does it still work? from the looks of it it is simply a warning and shouldn't cause any problems. I remember getting something like that somewhere but it didn't cause a problem. the fact is that pyglet is drawing to the active opengl context and I'm simply tricking most of pyglet (the important parts any way) into thinking that there is a pyglet contest created. but there is still a part some where that is searching for a context it created
On Apr 29, 9:42 pm, san hoi <[email protected]> wrote: > $ python pygletwx.py > init process > show > /usr/local/lib/python2.6/dist-packages/pyglet/gl/gl_info.py:153: > UserWarning: No GL context created yet. > warnings.warn('No GL context created yet.') > main loop > > Hi. I test code in ubuntu 10.10 32bit. And display this error message. > Thanks for any suggestion. > > 2011/4/26, Grandmaster B <[email protected]>:> Thanks a lot for sharing > this. Very useful! > > > On 23 Apr., 04:05, Ben Powers <[email protected]> wrote: > >> it seems that there was a segfault on Linux and some weird bugs on OSX. I > >> did some testing and got it working both with this. good luck! > > >> pyglet_wx 2.zip > >> 5KAnzeigenHerunterladen > > > -- > > You received this message because you are subscribed to the Google Groups > > "pyglet-users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > >http://groups.google.com/group/pyglet-users?hl=en. -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
