ProgrammaBol / wiggler

Slither intends to be the joining link between scratch programming and textual progamming (python)
GNU General Public License v3.0
4 stars 1 forks source link

code handler is unable to catch exceptions other than SyntaxError when building sprite code #57

Closed gabrielepanda closed 7 years ago

gabrielepanda commented 7 years ago

Another approach is needed, possibly involving sys.excepthook and writing code on temporary generated file. (Currently last frame on traceback refers to , with a centralized approach we need to understand which module is not working)

Useful link http://www.blog.pythonlibrary.org/2014/01/31/wxpython-how-to-catch-all-exceptions/