fcntl.py模块

时间:2021-05-14 09:33:40
【文件属性】:

文件名称:fcntl.py模块

文件大小:5KB

文件格式:PY

更新时间:2021-05-14 09:33:40

fcantl.py

python在window上使用python-3.6.5-amd64.exe直接安装时会缺少fcntl.py文件,影响python使用。但是如果使用python-3.6.5-amd64-webinstall.exe安装就不会缺少该文件。解决办法:可以下载该文件放到python安装路径下的lib包内,或者卸载python,用python-3.6.5-amd64-webinstall.exe安装即可。


网友评论

  • AttributeError: module 'fcntl' has no attribute 'F_WRLCK' #运行出错