-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
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
Labels
No labels