fcntl压缩文件

上传:一直的冲 浏览: 28 推荐: 0 文件:ZIP 大小:284B 上传时间:2019-06-04 21:15:49 版权申诉
ImportError:Nomodulenamedfcntl错误解决,将资源fcntl.py下载下来,放到python的安装目录下的\Lib目录内即可。我的是放到Python\Lib目录下了。
上传资源
用户评论

hyjsd 2019-06-04 21:15:50

不要下载,不能用,里面就几行代码。骗子呀。。。 def 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): retu