Skip to content

Looks like python 13 broke this? #653

@heylael

Description

@heylael

Python 13 has removed imghdr library.
After installing img hdr using:

python -m pip install standard-imghdr

The library seems to work, but then another error:

Traceback (most recent call last):
File "...\appJar_DebuggingTwo.py", line 4, in
app = gui("Login Form")
File "....\appjar.py", line 569, in init
self._buildConfigFuncs()
File "...\appjar.py", line 3346, in _buildConfigFuncs
exec("gui.set" + v + "Bg=set" + v + "Bg")
File "", line 1, in
import('idlelib.run').run.main(True)
NameError: name 'setLabelBg' is not defined. Did you mean: 'self.setLabelBg'?

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