python系列(亲测有效):AttributeError: module ‘fcntl‘ has no attribute ‘F_GETFL‘

AttributeError: module ‘fcntl‘ has no attribute ‘F_GETFL‘




问题描述

报错:AttributeError: module ‘fcntl’ has no attribute ‘F_GETFL’

解决方案

方案一

备份 Python36\Lib 中的 fcntl.py ,如 fcntl_ex.py

新建 fcntl.py

DN_ACCESS = 1
DN_ATTRIB = 32
DN_CREATE = 4
DN_DELETE = 8
DN_MODIFY = 2
DN_MULTIS
posted @ 2024-01-15 21:32  坦笑&&life  阅读(3)  评论(0编辑  收藏  举报  来源