Skip to content

Module Error with JEPlayer on PyGamer #3090

@PSUVisualCognitionLab

Description

@PSUVisualCognitionLab

CircuitPython version and board name

Adafruit CircuitPython 9.2.8 on PyGamer.

Code/REPL

self.pbar = ProgressBar(0, 0, board.DISPLAY.width,
                                self.glyph_height*2, bar_color=0x0000ff,
                                outline_color=0x333333, stroke=1)

Behavior

code.py output:

Traceback (most recent call last):
  File "code.py", line 295, in <module>
  File "code.py", line 79, in __init__
TypeError: 'module' object is not callable

Code done running.

Description

This occurs with a fresh install of JEPlayer on PyGamer using either 9.28 or 10.0 versions of Circuitpython.

Additional information

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions