Re: [PyOpenGL-Users] WGL Extension Querier broken (Python 3)
Brought to you by:
mcfletch
From: Peter K. <kl...@gm...> - 2017-10-27 06:39:22
|
Found a way to make it work, had to adjust Win32Platform as well. Cheers, Peter On Fri, Oct 27, 2017 at 3:39 PM, Peter Klosowski <kl...@gm...> wrote: > Hi, > > The WGL extensions seem very broken on Python 3. I fixed the "TypeError: > startswith first arg must be bytes or a tuple of bytes, not str" (see > attached). > > However, the following still returns False, although I am pretty confident > it should be True: > > extensions.hasExtension("WGL_ARB_extensions_string") > > Any comments/advice? > > Cheers, > Peter > > > |