Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error help me please :)
#4
It looks like your entire code is indented under the try statement on line 21. It's just by one space, but that counts as an indent. You need an except or finally to go with the try statement, and you need to unindent all the code after that.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
Error help me please :) - by Zovix - Apr-21-2019, 12:25 PM
RE: Error help me please :) - by ichabod801 - Apr-21-2019, 12:29 PM
RE: Error help me please :) - by Zovix - Apr-21-2019, 12:32 PM
RE: Error help me please :) - by ichabod801 - Apr-21-2019, 12:53 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020