You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
im on Mac this the error
Traceback (most recent call last):
File "/Users/mahmoudhadef/Downloads/calculadora-tk-master/main.py", line 14, in
main = Calculadora(master)
File "/Users/mahmoudhadef/Downloads/calculadora-tk-master/app/calculadora.py", line 69, in init
self._create_input(self._frame_input)
File "/Users/mahmoudhadef/Downloads/calculadora-tk-master/app/calculadora.py", line 95, in _create_input
self._entrada = tk.Entry(master, cnf=self.theme['INPUT'])
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tkinter/init.py", line 3064, in init
Widget.init(self, master, 'entry', cnf, kw)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tkinter/init.py", line 2601, in init
self.tk.call(
_tkinter.TclError: unknown color name ""
The text was updated successfully, but these errors were encountered:
im on Mac this the error
Traceback (most recent call last):
File "/Users/mahmoudhadef/Downloads/calculadora-tk-master/main.py", line 14, in
main = Calculadora(master)
File "/Users/mahmoudhadef/Downloads/calculadora-tk-master/app/calculadora.py", line 69, in init
self._create_input(self._frame_input)
File "/Users/mahmoudhadef/Downloads/calculadora-tk-master/app/calculadora.py", line 95, in _create_input
self._entrada = tk.Entry(master, cnf=self.theme['INPUT'])
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tkinter/init.py", line 3064, in init
Widget.init(self, master, 'entry', cnf, kw)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tkinter/init.py", line 2601, in init
self.tk.call(
_tkinter.TclError: unknown color name ""
The text was updated successfully, but these errors were encountered: