Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Issue with inheritance
#5
The ultimate error occurs in the overlays module according to the traceback. I noticed that the Milkhub class passes itself to the GUIManager which, in turn, passes the Milkhub instance to overlays.PixelNode() as the argument "app". Could you post the PixelNode function or __init__ method? That's the next breadcrumb. It evidently attempts to create an OverlayContainer which does not approve of the argument passed for "name".
Reply


Messages In This Thread
Issue with inheritance - by Danieltr - Oct-04-2018, 12:27 AM
RE: Issue with inheritance - by Larz60+ - Oct-04-2018, 02:21 AM
RE: Issue with inheritance - by Danieltr - Oct-04-2018, 07:55 PM
RE: Issue with inheritance - by nilamo - Oct-04-2018, 08:30 PM
RE: Issue with inheritance - by stullis - Oct-05-2018, 12:21 AM

Forum Jump:

User Panel Messages

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