我使用PIP安装了py8583包。我看到网站包中安装了软件包。然后我写了一个简单的脚本来尝试它。
from py8583.py8583 import Iso8583
from py8583 import py8583spec
iso = Iso8583()
但是,我收到以下错误:
line 92, in __init__
self.__IsoSpec = py8583spec.IsoSpec1987ASCII()
NameError: name 'py8583spec' is not defined
有人能指出我正确的方向吗?