matheusfelipeog / calculadora-tk

Calculadora Tk - projeto para incentivar iniciantes em programação a contribuir em projetos open source.
MIT License
127 stars 157 forks source link

It gives me an error saying that it doesn't know what to put in the theme colour and I can't seem to find the problem #24

Open New-khaled opened 2 years ago

New-khaled commented 2 years ago

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 ""

kattasahan commented 1 year ago

Sorry i didn't get the issue could you help me with some screen shorts or more elaborated explanation?