Good afternoon,
I'm trying to emulate an IBM 3270 using lib py3270, however I'm taking error while statipling the class Emulator of this lib. Anyone know what it might be?
from py3270 import Emulator
def connnect():
em = Emulator(visible=False)
Error:
File "/usr/lib/python2.7/subprocess.py", line 710, in init errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory