我正在尝试执行full_rsa_connection_with_application_data.py
给定here的程序。但是,我不知道为什么我会收到以下错误
Traceback (most recent call last):
File "full_rsa_connection_with_application_data.py", line 21, in <module>
extensions = [TLSExtension() / TLSExtECPointsFormat(),TLSExtension()/ TLSExtSupportedGroup()]
NameError: name 'TLSExtSupportedGroup' is not defined
我该如何进一步处理?
答案 0 :(得分:1)
使用pip install安装版本1.2.3.2的代码,所以你应该尝试这个例子:
你在那里链接的例子是在主分支处工作的是有类的版本不像TLSExtSupportedGroup