Code isn't running correctly :( ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Code isn't running correctly :( ?

I've looked at this code for hours and can't figure out why my GUI won't generate the buttons or the entry fields. I've checked for typos but maybe it's something I'm missing? Maybe someone else can point me in the right direction of what I'm missing. Thanks https://code.sololearn.com/c07yI3Y1E18D/?ref=app

13th Nov 2022, 11:48 PM
Rammoy Lawrence
Rammoy Lawrence - avatar
2 Answers
+ 2
The error SyntaxError: invalid character in identifier means you have some character in the middle of a variable name, function, etc. that's not a letter, number, or underscore. Mostly when you copy from non-plain text source this error occurs.(ref from stackoverflow) I've deleted all the space infront of every lines & intended back as it is. And typo in line 5 "__intit__" Sololearn doesn't support tkinter, so I can't test further more. I'll leave code here test it on your machine. https://code.sololearn.com/cw83V1TNNkk2/?ref=app
14th Nov 2022, 1:25 AM
Azhagesanヾ(✿)
Azhagesanヾ(✿) - avatar
0
Thank you! Problem solved
15th Nov 2022, 7:53 AM
Rammoy Lawrence
Rammoy Lawrence - avatar