Skip to content

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

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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