Jump to content
  • 0

Python static syserr when closing Client


LordZiege

Question

Hi guys,

when switching from dynamic python library to static one, everthings working fine for now. (python version 2.7.6, the same version as the dynamic one that was in my client before).

But everytime i close my client, this syserr shows up and i dont know how fix it. Anyone maybe has an idea?

 

Spoiler
Exception TypeError: "'NoneType' object is not callable" in <bound method Interface.__del__ of <interfaceModule.Interface object at 0x1A73ED50>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method UiRefineNewDialog.__del__ of <uirefine_new.UiRefineNewDialog object at 0x2B5F17D0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method CheckBox.__del__ of <ui.CheckBox object at 0x2B591AF0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591F50>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591F90>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591F70>> ignored
Exception AttributeError: "'NoneType' object has no attribute '__del__'" in <bound method ItemToolTip.__del__ of <uiToolTip.ItemToolTip object at 0x2B591990>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method Bar.__del__ of <ui.Bar object at 0x2B591950>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591EB0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591E90>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591E50>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591D50>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591F30>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591F10>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591EF0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591ED0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method Board.__del__ of <ui.Board object at 0x2B591870>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591890>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B5918B0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591850>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591830>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591810>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591930>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591910>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B5918F0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B5918D0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591CF0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591E10>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591E70>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591DD0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591E30>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591D90>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591DF0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591D70>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591DB0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591C70>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method Button.__del__ of <ui.Button object at 0x2B591D30>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method Button.__del__ of <ui.Button object at 0x2B591D10>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591BF0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method SlotWindow.__del__ of <ui.SlotWindow object at 0x2B591CD0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591CB0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591BB0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method SlotWindow.__del__ of <ui.SlotWindow object at 0x2B591C50>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591C30>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591C10>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591B70>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591BD0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591B30>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591B90>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591AD0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591B50>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591A90>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591B10>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TitleBar.__del__ of <ui.TitleBar object at 0x2B5919B0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591A10>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B5919D0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591A70>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method Button.__del__ of <ui.Button object at 0x2B591A30>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591A50>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B5919F0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591AB0>> ignored
close failed in file object destructor:
sys.excepthook is missing
lost sys.stderr

 

 

Link to comment
Share on other sites

  • Answers 3
  • Created
  • Last Reply

Top Posters For This Question

3 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.