Posts by Rafael Galleani • 41 points
2 posts
-
0
votes1
answer1003
viewsA: Error: [Errno 2] No such file or directory
Problem solved. The error occurred because inside the class Emulator had a if True e False, where one called the emulator x3270 and the other called the emulator s3270. So to solve the problem just…
pythonanswered Rafael Galleani 41 -
4
votes1
answer1003
viewsQ: Error: [Errno 2] No such file or directory
Good afternoon, I’m trying to emulate an IBM 3270 using the py3270 lib, but I’m making a mistake by staging the Emulator class of this lib. Anyone have any idea what it might be? from py3270 import…
pythonasked Rafael Galleani 41