beremiz

Add try/except in wx_evaluator to get and print exception when command failed and unlock in all cases to not block the python thread
import time,sys
def myprintfunc(arg):
print arg
sys.stdout.flush()
return arg