我安装了 python smspdu 1.0 但我有这个问题,我不知道如何解决它
>>> from smspdu import SMS_SUBMIT
>>> pdu = SMS_SUBMIT.create('me', '+xxxx', 'hello, world')
>>> pdu.toPDU()
'010016D02B1AEC46ABC562315C4C0600000CE8329BFD6681EE6F399B0C'
>>> pdu = smspdu.SMS_SUBMIT.fromPDU(_, 'sender')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'smspdu' is not defined
调制解调器安装正确,因为我可以使用 picocom 和 at 命令发送短信