Hi,
Any ideas what this might mean? I start & exit my script, get traceback which I cannot capture in any way into a file - but then I discovered a file called "c:\\python_error.log" which seems to be updated at the crash:
That's the exact content. Yes, looks like it's corrupted (thod vs method).ignored
thod SelfClearingNamespace.__del__ of <__main__.SelfClearingNamespace instance at 0x334b8710>>
What could be the problem? That seems to refer to Python Shellscript's default.py and clearing of python interpreter namespace...
Could it be that I have now too many global variables? Because I couldn't give any parameters to timer callback and simply changed all those as globals
Timerstimerstimers,
--jouni


Reply With Quote

