python tftpy无法找到记录程序tftpy.TftpPacketTypes的处理程序

时间:2019-09-17 11:29:01

标签: python handler tftp

这是第一次使用tftpy python

  

需要此错误的帮助:   找不到记录程序“ tftpy.TftpPacketTypes”的处理程序

#!/usr/bin/env python
import tftpy
if __name__ == '__main__':
try:
    client = tftpy.TftpClient('myip', 69)
    client.download('file.cfg', 'file.cfg')
except tftpy.TftpShared.TftpException as r:
    print(r)

这很重要

  

找不到记录器“ tftpy.TftpPacketTypes”的处理程序

     

找不到文件

0 个答案:

没有答案