Python 我在';IBM云数据包';它将使用py3270连接到x3270 IBM emulator。但是我得到了错误

Python 我在';IBM云数据包';它将使用py3270连接到x3270 IBM emulator。但是我得到了错误,python,Python,我在“IBMCloudPackforData”中运行了一个python脚本,该脚本将使用py3270连接到x3270 IBM emulator。但是我得到了错误'ModuleNotFoundError:没有名为'py3270'的模块 我的代码 from py3270 import Emulator em = Emulator(visible=True, timeout=30, app=None, args=["-model", "3279-2", &quo

我在“IBMCloudPackforData”中运行了一个python脚本,该脚本将使用py3270连接到x3270 IBM emulator。但是我得到了错误'ModuleNotFoundError:没有名为'py3270'的模块

我的代码

from py3270 import Emulator
em = Emulator(visible=True, timeout=30, app=None, args=["-model", "3279-2", "-noverifycert"])
em.connect("l:stfmvs1s.pok.ibm.com:port")
enter code here
em.wait_for_field()
enter code here
错误:ModuleNotFoundError:没有名为“py3270”的模块