Python Forum
To inherit from serverSocket.BaseServer or not?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
To inherit from serverSocket.BaseServer or not?
#1
Quote:Line 201. ...May be extended, do not override."""

This line is from serverSocket.py.BaseServer class on the prescribed line. It does NOT work keeps giving an error regarding __is_shutdown not having been defined as an attribute! It does NOT work out of the box and if it's not supposed to be overridden but can be extended then wtf-riday?? Am I interpreting that correctly? I've tried everything I can think of including calling super(). This is for a University project, I need this to function properly!


Cry Cry Cry Exclamation

Using Python 3.7.2 as that is the latest python version I can use with my software...
Reply


Messages In This Thread
To inherit from serverSocket.BaseServer or not? - by DungeonCreature - Apr-14-2020, 09:11 AM

Forum Jump:

User Panel Messages

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