arcade

PyArcade (Pyglet) python3 Help needed

本小妞迷上赌 提交于 2020-12-15 07:13:26
问题 Python 3.8.1 using python-arcade and linux manjaro os This project is a multiplayer game built with python arcade I get these errors while running : class Client(arcade.Window): def __init__( self, width: int, height: int, title: str = 'Immortals' ) -> None: super().__init__(width, height, title=title) Traceback (most recent call last): File "/home/iddos/Documents/Github/Python/immortals/immortals/main.py", line 42, in <module> main(**config['resolution']) File "/home/iddos/Documents/Github