importerror no module named fcntl

来源:互联网 发布:暴走大事件淘宝店名 编辑:程序博客网 时间:2024/06/06 09:34

原网址:https://communities.cisco.com/message/151809

我在下载Android源码时,出现了importerror no module named fcntl这个错误,我的运行环境是windows。解决方法在国外的一个网站上找到了。

Here's a no-op module that should allow you to develop on Windows until an official fix is available.  The fcntl module is just used for locking the pinning file, so assuming you don't try multiple access, this can be an acceptable workaround.  Place this module in your PYTHONPATH, and it should just work as the official fcntl module.

我出现这个错误是在windows系统上安装了python,下载Android源码时出现的错误

解决办法:只需要解压后,将fcntl.py文件放到PYTHONPATH路径即可,我是放到了Python27\Lib目录下。

我把文件上传下,下载地址:fcntl.py

4 0
原创粉丝点击