Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
AttributeError
#2
Line 27: You've missed a dot:

self_active = False

Should be:
self._active = False
Sig:
>>> import this

The UNIX philosophy: "Do one thing, and do it well."

"The danger of computers becoming like humans is not as great as the danger of humans becoming like computers." :~ Konrad Zuse

"Everything should be made as simple as possible, but not simpler." :~ Albert Einstein
Reply


Messages In This Thread
AttributeError - by foxxrunning - Jun-15-2023, 09:50 PM
RE: AttributeError - by rob101 - Jun-15-2023, 11:04 PM
RE: AttributeError - by foxxrunning - Jun-16-2023, 05:05 PM
RE: AttributeError - by rob101 - Jun-16-2023, 10:17 PM
RE: AttributeError - by deanhystad - Jun-16-2023, 01:54 AM
RE: AttributeError - by deanhystad - Jun-16-2023, 09:56 PM

Forum Jump:

User Panel Messages

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