Skip to content

Throws exception on start up #2

@githubnemo

Description

@githubnemo

On freshly cloned master branch:

$ ./impressive.py slides.pdf
Welcome to Impressive (dual head) version 0.10.2
before detecting screen size
True True
Traceback (most recent call last):
  File "./impressive.py", line 4214, in 
    run_main()
  File "./impressive.py", line 3739, in run_main
    main()
  File "./impressive.py", line 3424, in main
    size = GetScreenSize()
  File "./impressive.py", line 148, in GetScreenSize
    return ProjectionFrame.size()
NameError: global name 'ProjectionFrame' is not defined

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions