我正在尝试通过 python 访问 3270 会话。该会话可通过主机按需访问,因此没有可供我访问的配置文件。
from p3270 import P3270Client
myclient = P3270Client('sand.mf.com')
我尝试了类似这样的方法进入服务器位置,但它不起作用
FileNotFoundError: [WinError 2] The system cannot find the file specified
是我得到的错误。
任何如何访问它的建议都会非常有帮助。
问候,任。