Is there anybody who can help me with this pyglet window creation error?

前端 未结 0 378
滥情空心
滥情空心 2021-01-21 01:03

The code:

import pyglet
import sys
from pyglet.gl import *

class Wclass(pyglet.window.Window):
    def __init__(self, *args, **kwargs):
        super().__init__(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题