1. 首页
  2. 编程语言
  3. Python
  4. fcntl压缩文件

fcntl压缩文件

上传者: 2019-06-04 21:15:49上传 ZIP文件 284B 热度 32次
ImportError:Nomodulenamedfcntl错误解决,将资源fcntl.py下载下来,放到python的安装目录下的\Lib目录内即可。我的是放到Python\Lib目录下了。
下载地址
用户评论
码姐姐匿名网友 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