em = Emulator(timeout=8000,args = ["-xrm", "-model 2", "-script"]) ..... some code ..... em.terinate() Now I have crash on em.terinate(), the tracebask is the ...
The project is a wrapper for py3270 for robotframework. The user was receiving the error message "Function key not allowed" when sending PF(3) to wc3270 when launched ...