Skip to content

Error in arguments width, height and title of Window class #2

@pablomm

Description

@pablomm

Arguments width, height and title raise an error in the class Window, likely due to a mistmatch with pyglet version updates.

Code to reproduce:

from psychos import visual
win = visual.Window(width=800, height=600, title="Test")

psychos version: 0.0.6
pyglet version: 2.0+

Temporal fix: Use without specify the heigth and with, and adjust the size with the fullscreen mode.

from psychos import visual
win = visual.Window(fullscreen=True)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions