[issue19008] tkinter: UnboundLocalError: local variable 'sys' referenced before assignment

2013-09-13 Thread Laurence McGlashan
New submission from Laurence McGlashan: Traceback (most recent call last): File string, line 1, in module File /usr/lib64/python2.7/site-packages/sk1/__init__.py, line 21, in module app.main.main() File /usr/lib64/python2.7/site-packages/sk1/app/main.py, line 150, in main

[issue19008] tkinter: UnboundLocalError: local variable 'sys' referenced before assignment

2013-09-13 Thread Laurence McGlashan
Changes by Laurence McGlashan laurence.mcglas...@gmail.com: -- type: - crash ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19008 ___ ___

[issue19008] tkinter: UnboundLocalError: local variable 'sys' referenced before assignment

2013-09-13 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: -- resolution: - duplicate status: open - closed superseder: - Security bug in tkinter allows for untrusted, arbitrary code execution. ___ Python tracker rep...@bugs.python.org