Running into an error that I've never heard of. I have a task manager that you can minimize to the system tray and when you left click the icon it will reopen but when I do this i get an Pydeadobjecterror. I think it has something to do with the fact that I had two inheritances for one wxpyton class. I then deleted that inheritance and now I'm having errors. Here is the error:
Traceback (most recent call last):
File "C:\Python27\TrayIcon.py", line 25, in LeftClick
self.frame.Show()
File "C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 14619, in __getattr__
raise PyDeadObjectError(self.attrStr % self._name)
wx._core.PyDeadObjectError: The C++ part of the MainFrame object has been deleted, attribute access no longer allowed.
so any way I haven't had time to split my code up to multiple files so the code is about 400 lines long so I just pasted it on something easier than pasting it here sorry about that but heres the link http://bpaste.net/show/liDNQVppFldurLcCfvK8/ and apparently this is the code where the error is http://bpaste.net/show/etcWMPqFC8H6NQRG7uYV/
if some one could help me that would be great