NameError:名称“ ULInt8”未定义

时间:2018-08-01 09:42:48

标签: python-2.7

PYTHON 2.7 win7构造2.9.45

from construct import *之后,

我想使用ULInt8',但是它说:NameError:未定义名称'ULInt8'

我也尝试过from construct import (Construct, ConstructError, Struct, Bytes, Array,ULInt8, ULInt16, ULInt32, ULInt64)

它说:ImportError:无法导入名称ULInt8

1 个答案:

答案 0 :(得分:1)

您使用的Construct版本是2.9 因此,它不再是ULInt8,现在是它的Int8ul。选中https://construct.readthedocs.io/en/latest/compilation.html