Why do i have error: self.button1 = tk.Button(self.root, text="Button 1", width=40, command=lambda: self.check_answer(0)) ^^^^^^^^^^^^^^^^^^^^ line 313, in check_answer if 0
Hey @bleedingrx1079, what version of Python are you using? I am using 3.11.5 Check out my github account for a new version of this program. Look for the file called: flagsV2.py Here is a link to that file: github.com/softwareNuggets/Python_Shorts/blob/main/LearnCountryFlags/flagsV2.py Please let me know if this fixes your issue. Scott
@bleedingrx1079, Fixing errors builds your problem-solving muscles. Embrace these struggles - they're opportunities to grow. The expertise you're gaining now will serve you throughout your entire career. So, you got the app to work on your computer?
@@SoftwareNuggets I'm sorry for late answering. I completely agree with u, without errors we couldn't gain any experience. And of course it works! Thanks for your worries
Learn all the flags! great video, great learning app!
Thanks
good video!
thanks. did you get this app working on your box?
Why do i have error: self.button1 = tk.Button(self.root, text="Button 1", width=40, command=lambda: self.check_answer(0))
^^^^^^^^^^^^^^^^^^^^
line 313, in check_answer
if 0
Hey @bleedingrx1079, what version of Python are you using? I am using 3.11.5
Check out my github account for a new version of this program. Look for the file called: flagsV2.py
Here is a link to that file:
github.com/softwareNuggets/Python_Shorts/blob/main/LearnCountryFlags/flagsV2.py
Please let me know if this fixes your issue.
Scott
@@SoftwareNuggets Yessirr it works, turns out that was my fault(stupid), anyways, thanks for help!
@bleedingrx1079,
Fixing errors builds your problem-solving muscles. Embrace these struggles - they're opportunities to grow. The expertise you're gaining now will serve you throughout your entire career. So, you got the app to work on your computer?
@@SoftwareNuggets I'm sorry for late answering. I completely agree with u, without errors we couldn't gain any experience. And of course it works! Thanks for your worries
@bleedingrx1079 so you got the app working? Did you add any features?