This Error message pops up every time I run my program using Python Shell and won't open at all when I don't use Shell.
Any idea what this means and how I can fix it?
Thanks,
Josh
Code:
Traceback (most recent call last): File "C:\Documents and Settings\Joshua Leihe\My Documents\My Projects\NewProjects\Joshua\Python projects\French quiz\French Quiz_17.pyw.pyw", line 440, in <module> win.start() File "C:\Documents and Settings\Joshua Leihe\My Documents\My Projects\NewProjects\Joshua\Python projects\French quiz\French Quiz_17.pyw.pyw", line 179, in start self.Words_Left.SetLabel('You have ' + str(self.wordsleft) + File "C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 14505, in __getattr__ raise PyDeadObjectError(self.attrStr % self._name) PyDeadObjectError: The C++ part of the StaticText object has been deleted, attribute access no longer allowed.
Thanks,
Josh
Comment