datx-python icon indicating copy to clipboard operation
datx-python copied to clipboard

AttributeError: 'module' object has no attribute 'City'

Open wzlsgit opened this issue 7 years ago • 0 comments
trafficstars

不知道你们有没有发现 import datx c = datx.City("/home/python/datx/17monipdb.datx") #print(c.find("8.8.8.258"))

mser = datx.MSER()

print dir(datx) 在ubuntu和windows上安装datx都有这个错误 c = datx.District("/home/python/datx/17monipdb.datx") 使用这个也不行。只在centos上运行成功

wzlsgit avatar Nov 06 '18 08:11 wzlsgit