标签:error def tar 导入 opera ble pytho 安装 lock
python文件中导入了fcntl,运行的时候显示ImportError: No module named fcntldef fcntl(fd, op, arg=0):
return 0
def ioctl(fd, op, arg=0, mutable_flag=True):
if mutable_flag:
return 0
else:
return ""
def flock(fd, op):
return
def lockf(fd, operation, length=0, start=0, whence=0):
return
ImportError: No module named fcntl
标签:error def tar 导入 opera ble pytho 安装 lock
原文地址:https://blog.51cto.com/13670314/2378496